Skip to content

Commit

Permalink
Release 5.0.5 (#528)
Browse files Browse the repository at this point in the history
* Release 5.0.5

* Update meson.build

Co-authored-by: Cassidy James Blaede <[email protected]>
  • Loading branch information
danirabbit and cassidyjames authored Jun 2, 2020
1 parent c8da3df commit 965f299
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/io.elementary.calendar.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
</p>
</description>
<releases>
<release version="5.0.5" date="2020-06-01" urgency="medium">
<description>
<p>Minor Updates:</p>
<ul>
<li>Fix several issues with adding and removing monthly recurring events</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="5.0.4" date="2020-04-03" urgency="medium">
<description>
<p>Minor Updates:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('io.elementary.calendar',
'c', 'vala',
version: '5.0.4'
version: '5.0.5'
)

add_project_arguments('-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()), language: 'c')
Expand Down

0 comments on commit 965f299

Please sign in to comment.