From 847284aa38c07b08f864057f86733a03bb26ae12 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Thu, 14 Apr 2022 20:39:26 +0300 Subject: Update version to 1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- data/com.lakoliu.Furtherance.appdata.xml.in | 11 +++++++++-- 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 "] 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 @@ GPL-3.0-or-later

- 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.

@@ -39,7 +39,14 @@ - + + + +

+ Furtherance has a new icon! And lots of bug fixes and improvements. +

+
+
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', ], -- cgit 1.4.1