From 2f865f1cf20ed75e324d4c5dce6e96aaafc35283 Mon Sep 17 00:00:00 2001 From: Goh Wei Wen Date: Tue, 24 Oct 2023 02:47:30 +0800 Subject: [PATCH] chore: bump version to v0.23.2 --- 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 69e39bcb..7ff957d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" [[package]] name = "activity-tracker" -version = "0.23.1" +version = "0.23.2" dependencies = [ "anyhow", "async-trait", @@ -83,7 +83,7 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" [[package]] name = "allium-launcher" -version = "0.23.1" +version = "0.23.2" dependencies = [ "anyhow", "async-trait", @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "allium-menu" -version = "0.23.1" +version = "0.23.2" dependencies = [ "anyhow", "async-trait", @@ -129,7 +129,7 @@ dependencies = [ [[package]] name = "alliumd" -version = "0.23.1" +version = "0.23.2" dependencies = [ "anyhow", "chrono", @@ -509,7 +509,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "common" -version = "0.23.1" +version = "0.23.2" dependencies = [ "anyhow", "async-trait", diff --git a/activity-tracker/Cargo.toml b/activity-tracker/Cargo.toml index 4c92cc50..e20f6b6c 100644 --- a/activity-tracker/Cargo.toml +++ b/activity-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activity-tracker" -version = "0.23.1" +version = "0.23.2" edition = "2021" include = ["/src"] diff --git a/allium-launcher/Cargo.toml b/allium-launcher/Cargo.toml index 6a258121..16d835ad 100644 --- a/allium-launcher/Cargo.toml +++ b/allium-launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-launcher" -version = "0.23.1" +version = "0.23.2" edition = "2021" include = ["/src"] diff --git a/allium-menu/Cargo.toml b/allium-menu/Cargo.toml index b749a98a..1cfdd93a 100644 --- a/allium-menu/Cargo.toml +++ b/allium-menu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-menu" -version = "0.23.1" +version = "0.23.2" edition = "2021" include = ["/src"] diff --git a/alliumd/Cargo.toml b/alliumd/Cargo.toml index 42b99130..2ffbe9fa 100644 --- a/alliumd/Cargo.toml +++ b/alliumd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alliumd" -version = "0.23.1" +version = "0.23.2" 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 71393571..df792992 100644 --- a/assets/root/.allium/version.txt +++ b/assets/root/.allium/version.txt @@ -1 +1 @@ -v0.23.1 +v0.23.2 diff --git a/common/Cargo.toml b/common/Cargo.toml index b20278ce..56f3186f 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.23.1" +version = "0.23.2" edition = "2021" [lib]