Skip to content

Commit

Permalink
Release 2.4.0 (#304)
Browse files Browse the repository at this point in the history
* Release 2.4.0

* Update release.yml

* Update meson.build

* Update io.elementary.switchboard.network.appdata.xml.in

* Update screenshot

Co-authored-by: Cassidy James Blaede <cassidy@elementary.io>
Co-authored-by: Cassidy James Blaede <c@ssidyjam.es>
  • Loading branch information
3 people committed Jul 14, 2021
1 parent 436cd66 commit f2bd832
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "builds@elementary.io"
with:
release_branch: 'juno'
release_branch: 'odin'
10 changes: 10 additions & 0 deletions data/io.elementary.switchboard.network.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<icon type="stock">preferences-system-network</icon>
<translation type="gettext">networking-plug</translation>
<releases>
<release version="2.4.0" date="2021-07-14" urgency="medium">
<description>
<p>Minor updates</p>
<ul>
<li>Show message when Ethernet is unplugged</li>
<li>Show DNS info</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.3.3" date="2020-10-08" urgency="medium">
<description>
<p>Minor updates</p>
Expand Down
Binary file modified data/screenshot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'networking',
'vala', 'c',
version: '2.3.3'
version: '2.4.0'
)

gettext_name = meson.project_name() + '-plug'
Expand Down

0 comments on commit f2bd832

Please sign in to comment.