Skip to content

Commit

Permalink
Release 2.1.5 (#54)
Browse files Browse the repository at this point in the history
* Release 2.1.5

* update appdata

* Update meson.build

* Update screenshot

* Keep default settings in screenshot

Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
danirabbit and cassidyjames authored Jul 13, 2021
1 parent 4f66eb1 commit 88f2408
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'
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.
7 changes: 7 additions & 0 deletions data/sharing.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<icon type="stock">preferences-system-sharing</icon>
<translation type="gettext">sharing-plug</translation>
<releases>
<release version="2.1.5" date="2021-07-13" urgency="medium">
<description>
<ul>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="2.1.4" date="2020-04-01" urgency="medium">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'sharing',
'vala', 'c',
version: '2.1.4'
version: '2.1.5'
)
gettext_name = meson.project_name() + '-plug'
gnome = import('gnome')
Expand Down

0 comments on commit 88f2408

Please sign in to comment.