Skip to content

Commit

Permalink
Release 2.5.4 (#133)
Browse files Browse the repository at this point in the history
* Release 2.5.4

* Update Release.yml

* Update meson.build

* Update screenshot

Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
danirabbit and cassidyjames authored Jul 14, 2021
1 parent d53f6ba commit da5ea4e
Show file tree
Hide file tree
Showing 4 changed files with 9 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: "[email protected]"
with:
release_branch: 'juno'
release_branch: 'odin'
7 changes: 7 additions & 0 deletions data/io.elementary.switchboard.locale.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<icon type="stock">preferences-desktop-locale</icon>
<translation type="gettext">locale-plug</translation>
<releases>
<release version="2.5.4" date="2021-07-14" urgency="medium">
<description>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.5.3" date="2020-12-23" urgency="medium">
<description>
<ul>
Expand Down
Binary file modified data/screenshot.png
Loading
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
Expand Up @@ -2,7 +2,7 @@ project(
'locale-plug',
'vala', 'c',
meson_version: '>= 0.46.1',
version: '2.5.3'
version: '2.5.4'
)

gnome = import('gnome')
Expand Down

0 comments on commit da5ea4e

Please sign in to comment.