Skip to content

Commit

Permalink
Release 5.1.1 (#609)
Browse files Browse the repository at this point in the history
* Release 5.1.1

* Update meson.build
  • Loading branch information
danirabbit authored Oct 8, 2020
1 parent e237cad commit 3c498eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion data/io.elementary.calendar.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
</p>
</description>
<releases>
<release version="5.1.1" date="2020-09-02" urgency="medium">
<release version="5.1.1" date="2020-10-08" urgency="medium">
<description>
<p>Minor Updates:</p>
<ul>
<li>Fix an issue where new events could appear twice in Calendar</li>
<li>"Mark as default calendar" box is now correctly checked when editing a calendar</li>
<li>Updated translations</li>
</ul>
</description>
</release>
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.1.0'
version: '5.1.1'
)

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

0 comments on commit 3c498eb

Please sign in to comment.