diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-07-20 05:05:33 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-07-20 05:05:50 +0300 |
commit | 996f669796e83f08fd92506441e0340c0f393f61 (patch) | |
tree | b30966ece54f3fd4ba5ec16646505d79ef53e2dd | |
parent | fc5fd83628a976d2ce95d69ce8d58530beeefd25 (diff) | |
download | Furtherance-996f669796e83f08fd92506441e0340c0f393f61.tar.zst |
Update to v1.5.3
-rwxr-xr-x | Cargo.lock | 2 | ||||
-rwxr-xr-x | Cargo.toml | 2 | ||||
-rwxr-xr-x | data/com.lakoliu.Furtherance.appdata.xml.in | 1 | ||||
-rwxr-xr-x | 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 <rk@lakoliu.com>"] 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 @@ <content_rating type="oars-1.1" /> <releases> + <release version="1.5.3" date="2022-07-20"/> <release version="1.5.2" date="2022-07-19"> <description> <ul> 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', ], |