Skip to content

Commit

Permalink
Update to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickykresslein committed May 26, 2022
1 parent 8366212 commit bf5545d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "furtherance"
version = "1.2.0"
version = "1.3.0"
authors = ["Ricky Kresslein <rk@lakoliu.com>"]
edition = "2018"

Expand Down
9 changes: 9 additions & 0 deletions data/com.lakoliu.Furtherance.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,15 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.3.0" date="2022-05-26">
<description>
<ul>
<li>Ability to add tasks manually</li>
<li>Auto-save option</li>
<li>Task names can now be changed for an entire group</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2022-04-29">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('furtherance', 'rust',
version: '1.2.0',
version: '1.3.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down

0 comments on commit bf5545d

Please sign in to comment.