From a4e3db15c7abb6f15b8b5c53f9b51f899bb60c89 Mon Sep 17 00:00:00 2001 From: Goh Wei Wen Date: Wed, 18 Oct 2023 01:24:51 +0800 Subject: [PATCH] chore: bump version to v0.22.0 --- Cargo.lock | 10 +++++----- activity-tracker/Cargo.toml | 2 +- allium-launcher/Cargo.toml | 2 +- allium-menu/Cargo.toml | 2 +- alliumd/Cargo.toml | 2 +- assets/root/.allium/version.txt | 2 +- common/Cargo.toml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db0c3b69..03c447a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" [[package]] name = "activity-tracker" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "async-trait", @@ -83,7 +83,7 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" [[package]] name = "allium-launcher" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "async-trait", @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "allium-menu" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "async-trait", @@ -127,7 +127,7 @@ dependencies = [ [[package]] name = "alliumd" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "chrono", @@ -494,7 +494,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "common" -version = "0.21.0" +version = "0.22.0" dependencies = [ "anyhow", "async-trait", diff --git a/activity-tracker/Cargo.toml b/activity-tracker/Cargo.toml index 65b35271..2e764938 100644 --- a/activity-tracker/Cargo.toml +++ b/activity-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activity-tracker" -version = "0.21.0" +version = "0.22.0" edition = "2021" include = ["/src"] diff --git a/allium-launcher/Cargo.toml b/allium-launcher/Cargo.toml index dae94825..40388845 100644 --- a/allium-launcher/Cargo.toml +++ b/allium-launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-launcher" -version = "0.21.0" +version = "0.22.0" edition = "2021" include = ["/src"] diff --git a/allium-menu/Cargo.toml b/allium-menu/Cargo.toml index 206358d0..f394f4b1 100644 --- a/allium-menu/Cargo.toml +++ b/allium-menu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-menu" -version = "0.21.0" +version = "0.22.0" edition = "2021" include = ["/src"] diff --git a/alliumd/Cargo.toml b/alliumd/Cargo.toml index b1a16689..777c6d22 100644 --- a/alliumd/Cargo.toml +++ b/alliumd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alliumd" -version = "0.21.0" +version = "0.22.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/assets/root/.allium/version.txt b/assets/root/.allium/version.txt index 759e855f..4f279437 100644 --- a/assets/root/.allium/version.txt +++ b/assets/root/.allium/version.txt @@ -1 +1 @@ -v0.21.0 +v0.22.0 diff --git a/common/Cargo.toml b/common/Cargo.toml index 8001c048..3f1bb35f 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.21.0" +version = "0.22.0" edition = "2021" [lib]