From f000c8b135559a2e0ac3da9fc3d1f275ceb0284f Mon Sep 17 00:00:00 2001 From: Goh Wei Wen Date: Sun, 23 Jul 2023 22:46:26 +0800 Subject: [PATCH] chore: bump version to v0.20.7 --- 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 7b04feff..0d597f45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" [[package]] name = "activity-tracker" -version = "0.20.6" +version = "0.20.7" dependencies = [ "anyhow", "async-trait", @@ -83,7 +83,7 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" [[package]] name = "allium-launcher" -version = "0.20.6" +version = "0.20.7" dependencies = [ "anyhow", "async-trait", @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "allium-menu" -version = "0.20.6" +version = "0.20.7" dependencies = [ "anyhow", "async-trait", @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "alliumd" -version = "0.20.6" +version = "0.20.7" dependencies = [ "anyhow", "chrono", @@ -493,7 +493,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "common" -version = "0.20.6" +version = "0.20.7" dependencies = [ "anyhow", "async-trait", diff --git a/activity-tracker/Cargo.toml b/activity-tracker/Cargo.toml index 15f20503..aaa9a7ac 100644 --- a/activity-tracker/Cargo.toml +++ b/activity-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activity-tracker" -version = "0.20.6" +version = "0.20.7" edition = "2021" include = ["/src"] diff --git a/allium-launcher/Cargo.toml b/allium-launcher/Cargo.toml index 1d81d1c2..83394079 100644 --- a/allium-launcher/Cargo.toml +++ b/allium-launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-launcher" -version = "0.20.6" +version = "0.20.7" edition = "2021" include = ["/src"] diff --git a/allium-menu/Cargo.toml b/allium-menu/Cargo.toml index 3e974a06..51547133 100644 --- a/allium-menu/Cargo.toml +++ b/allium-menu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-menu" -version = "0.20.6" +version = "0.20.7" edition = "2021" include = ["/src"] diff --git a/alliumd/Cargo.toml b/alliumd/Cargo.toml index 1d26f26a..f1ee1604 100644 --- a/alliumd/Cargo.toml +++ b/alliumd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alliumd" -version = "0.20.6" +version = "0.20.7" 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 e04505c2..c15db236 100644 --- a/assets/root/.allium/version.txt +++ b/assets/root/.allium/version.txt @@ -1 +1 @@ -v0.20.6 +v0.20.7 diff --git a/common/Cargo.toml b/common/Cargo.toml index fa8bfe80..5895569c 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.20.6" +version = "0.20.7" edition = "2021" [lib]