Skip to content

Commit

Permalink
Release 5.0.2 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Nov 26, 2019
1 parent a11723e commit 89b4661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/io.elementary.calendar.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>
</description>
<releases>
<release version="5.0.2" date="2019-11-25" urgency="medium">
<release version="5.0.2" date="2019-11-26" urgency="medium">
<description>
<p>Fix potential crash when loading events with no start or end time</p>
</description>
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.1'
version: '5.0.2'
)

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

0 comments on commit 89b4661

Please sign in to comment.