From e278d90762c6883c9bf6b463c7a9fd930856c9ca Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Fri, 29 Apr 2022 09:22:55 +0300 Subject: Update to v1.1.3 --- Cargo.toml | 2 +- data/com.lakoliu.Furtherance.appdata.xml.in | 8 ++++++++ meson.build | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fa2f521..0d82547 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.1.2" +version = "1.1.3" authors = ["Ricky Kresslein "] edition = "2018" diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index d2e6411..c8e44e3 100755 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -39,6 +39,14 @@ + + +
    +
  • Built-in Pomodoro timer!
  • +
  • Bug fixes
  • +
+
+
    diff --git a/meson.build b/meson.build index feb0088..921d372 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.1.2', + version: '1.1.3', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], -- cgit 1.4.1