From 2fd190575dfe4eac225634c04ac6958e050a875a Mon Sep 17 00:00:00 2001 From: Goh Wei Wen Date: Sat, 21 Oct 2023 22:22:18 +0800 Subject: [PATCH] chore: bump version to v0.23.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 a22af407..b247bc2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" [[package]] name = "activity-tracker" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "async-trait", @@ -83,7 +83,7 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" [[package]] name = "allium-launcher" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "async-trait", @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "allium-menu" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "async-trait", @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "alliumd" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "chrono", @@ -509,7 +509,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "common" -version = "0.22.0" +version = "0.23.0" dependencies = [ "anyhow", "async-trait", diff --git a/activity-tracker/Cargo.toml b/activity-tracker/Cargo.toml index 2e764938..7d71c1aa 100644 --- a/activity-tracker/Cargo.toml +++ b/activity-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activity-tracker" -version = "0.22.0" +version = "0.23.0" edition = "2021" include = ["/src"] diff --git a/allium-launcher/Cargo.toml b/allium-launcher/Cargo.toml index 6b0276b9..1afd5396 100644 --- a/allium-launcher/Cargo.toml +++ b/allium-launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-launcher" -version = "0.22.0" +version = "0.23.0" edition = "2021" include = ["/src"] diff --git a/allium-menu/Cargo.toml b/allium-menu/Cargo.toml index 9f2ec2e0..cea2e021 100644 --- a/allium-menu/Cargo.toml +++ b/allium-menu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-menu" -version = "0.22.0" +version = "0.23.0" edition = "2021" include = ["/src"] diff --git a/alliumd/Cargo.toml b/alliumd/Cargo.toml index 777c6d22..5ab9a914 100644 --- a/alliumd/Cargo.toml +++ b/alliumd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alliumd" -version = "0.22.0" +version = "0.23.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 4f279437..0c2a959e 100644 --- a/assets/root/.allium/version.txt +++ b/assets/root/.allium/version.txt @@ -1 +1 @@ -v0.22.0 +v0.23.0 diff --git a/common/Cargo.toml b/common/Cargo.toml index 3f1bb35f..e5fe57ac 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.22.0" +version = "0.23.0" edition = "2021" [lib]