From e11fc6944baa240989066334ea6baff4e9fd82c5 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Fri, 29 Apr 2022 09:52:55 +0300 Subject: Update to v1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- data/com.lakoliu.Furtherance.appdata.xml.in | 4 ++-- meson.build | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a22dd9..11c000c 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.1.2" +version = "1.1.3" dependencies = [ "chrono", "dbus", diff --git a/Cargo.toml b/Cargo.toml index 0d82547..eb72b6a 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.1.3" +version = "1.2.0" authors = ["Ricky Kresslein "] edition = "2018" diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index c8e44e3..b345ae6 100755 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -39,10 +39,10 @@ - +
    -
  • Built-in Pomodoro timer!
  • +
  • Added Pomodoro-style countdown timer!
  • Bug fixes
diff --git a/meson.build b/meson.build index 921d372..f2fde39 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.1.3', + version: '1.2.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], -- cgit 1.4.1