From a10cfd638a182016a6adaa64c65d6b2238216b79 Mon Sep 17 00:00:00 2001 From: Goh Wei Wen Date: Tue, 12 Sep 2023 18:04:17 +0800 Subject: [PATCH] chore: bump version to v0.21.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 847b85ff..db0c3b69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" [[package]] name = "activity-tracker" -version = "0.20.9" +version = "0.21.0" dependencies = [ "anyhow", "async-trait", @@ -83,7 +83,7 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" [[package]] name = "allium-launcher" -version = "0.20.9" +version = "0.21.0" dependencies = [ "anyhow", "async-trait", @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "allium-menu" -version = "0.20.9" +version = "0.21.0" dependencies = [ "anyhow", "async-trait", @@ -127,7 +127,7 @@ dependencies = [ [[package]] name = "alliumd" -version = "0.20.9" +version = "0.21.0" dependencies = [ "anyhow", "chrono", @@ -494,7 +494,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "common" -version = "0.20.9" +version = "0.21.0" dependencies = [ "anyhow", "async-trait", diff --git a/activity-tracker/Cargo.toml b/activity-tracker/Cargo.toml index c3dfd1f1..65b35271 100644 --- a/activity-tracker/Cargo.toml +++ b/activity-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activity-tracker" -version = "0.20.9" +version = "0.21.0" edition = "2021" include = ["/src"] diff --git a/allium-launcher/Cargo.toml b/allium-launcher/Cargo.toml index f6f23f02..dae94825 100644 --- a/allium-launcher/Cargo.toml +++ b/allium-launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-launcher" -version = "0.20.9" +version = "0.21.0" edition = "2021" include = ["/src"] diff --git a/allium-menu/Cargo.toml b/allium-menu/Cargo.toml index cab39dc1..206358d0 100644 --- a/allium-menu/Cargo.toml +++ b/allium-menu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-menu" -version = "0.20.9" +version = "0.21.0" edition = "2021" include = ["/src"] diff --git a/alliumd/Cargo.toml b/alliumd/Cargo.toml index eb919c71..b1a16689 100644 --- a/alliumd/Cargo.toml +++ b/alliumd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alliumd" -version = "0.20.9" +version = "0.21.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 f0edc331..759e855f 100644 --- a/assets/root/.allium/version.txt +++ b/assets/root/.allium/version.txt @@ -1 +1 @@ -v0.20.9 +v0.21.0 diff --git a/common/Cargo.toml b/common/Cargo.toml index d068a704..8001c048 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.20.9" +version = "0.21.0" edition = "2021" [lib]