From 996f669796e83f08fd92506441e0340c0f393f61 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Wed, 20 Jul 2022 05:05:33 +0300 Subject: Update to v1.5.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- data/com.lakoliu.Furtherance.appdata.xml.in | 1 + meson.build | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1ccc9d..b5cbc7b 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.5.1" +version = "1.5.3" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 23efce1..3df33c8 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.5.2" +version = "1.5.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 e35045c..906bdea 100755 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -39,6 +39,7 @@ +
    diff --git a/meson.build b/meson.build index 8c7e7f1..fd87fd4 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.5.2', + version: '1.5.3', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], -- cgit 1.4.1