diff options
-rwxr-xr-x | Cargo.lock | 2 | ||||
-rwxr-xr-x | Cargo.toml | 2 | ||||
-rwxr-xr-x | data/com.lakoliu.Furtherance.appdata.xml.in | 11 | ||||
-rwxr-xr-x | meson.build | 2 |
4 files changed, 12 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7bde969..3e287a4 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,7 +205,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.1.0" +version = "1.1.1" dependencies = [ "chrono", "dbus", diff --git a/Cargo.toml b/Cargo.toml index 1f459dd..7e0c6f2 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.1.0" +version = "1.1.1" authors = ["Ricky Kresslein <rk@lakoliu.com>"] edition = "2018" diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index 9a539ee..d675d75 100755 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -11,7 +11,7 @@ <project_license>GPL-3.0-or-later</project_license> <description> <p> - Furtherance is an elegant time tracking app built for Gnome with Rust + Furtherance is a time tracking app built for GNOME with Rust and GTK4. In addition to tracking time spent on tasks, you can edit that time, delete entries, and change settings. It even has idle detection. </p> @@ -39,7 +39,14 @@ <content_rating type="oars-1.1" /> <releases> - <release version="1.1.0" date="2022-04-11"/> + <release version="1.1.1" date="2022-04-14"/> + <release version="1.1.0" date="2022-04-11"> + <description> + <p> + Furtherance has a new icon! And lots of bug fixes and improvements. + </p> + </description> + </release> <release version="1.0.9" date="2022-04-02"/> <release version="1.0.8" date="2022-03-26"/> <release version="1.0.7" date="2022-03-18"> diff --git a/meson.build b/meson.build index 86eb0fa..050a3bf 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.1.0', + version: '1.1.1', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |