Skip to content

Commit

Permalink
Release 6.0.1 (#260)
Browse files Browse the repository at this point in the history
* Release 6.0.1

* Update meson.build

* Update tasks.appdata.xml.in
  • Loading branch information
danirabbit committed Aug 2, 2021
1 parent 3bbb133 commit ccbd2f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions data/tasks.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
</p>
</description>
<releases>
<release version="6.0.1" date="2021-07-28" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
<li>Fix the order of the scheduled view</li>
<li>Updated translations</li>
</ul>
</description>
</release>
<release version="6.0.0" date="2021-07-19" urgency="medium">
<description>
<p>First release!</p>
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(
'io.elementary.tasks', 'vala', 'c',
meson_version: '>= 0.49',
version: '6.0.0'
version: '6.0.1'
)

gnome = import('gnome')
Expand Down

0 comments on commit ccbd2f4

Please sign in to comment.