From ab8066820a9f458f5224169eb324ff9e7d55c54b Mon Sep 17 00:00:00 2001 From: Goh Wei Wen Date: Tue, 4 Jun 2024 01:11:38 +0800 Subject: [PATCH] chore: bump version to v0.26.0 --- Cargo.lock | 10 +++++----- crates/activity-tracker/Cargo.toml | 2 +- crates/allium-launcher/Cargo.toml | 2 +- crates/allium-menu/Cargo.toml | 2 +- crates/alliumd/Cargo.toml | 2 +- crates/common/Cargo.toml | 2 +- static/.allium/version.txt | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index edfe579..ef986d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046" [[package]] name = "activity-tracker" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-trait", @@ -84,7 +84,7 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" [[package]] name = "allium-launcher" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-trait", @@ -111,7 +111,7 @@ dependencies = [ [[package]] name = "allium-menu" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-trait", @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "alliumd" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "chrono", @@ -510,7 +510,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "common" -version = "0.25.0" +version = "0.26.0" dependencies = [ "anyhow", "async-trait", diff --git a/crates/activity-tracker/Cargo.toml b/crates/activity-tracker/Cargo.toml index 4937a03..a1b4bca 100644 --- a/crates/activity-tracker/Cargo.toml +++ b/crates/activity-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activity-tracker" -version = "0.25.0" +version = "0.26.0" edition = "2021" include = ["/src"] diff --git a/crates/allium-launcher/Cargo.toml b/crates/allium-launcher/Cargo.toml index 22d1394..6fafc56 100644 --- a/crates/allium-launcher/Cargo.toml +++ b/crates/allium-launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-launcher" -version = "0.25.0" +version = "0.26.0" edition = "2021" include = ["/src"] diff --git a/crates/allium-menu/Cargo.toml b/crates/allium-menu/Cargo.toml index c980d61..a6cf0c8 100644 --- a/crates/allium-menu/Cargo.toml +++ b/crates/allium-menu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-menu" -version = "0.25.0" +version = "0.26.0" edition = "2021" include = ["/src"] diff --git a/crates/alliumd/Cargo.toml b/crates/alliumd/Cargo.toml index f2c25fb..8105311 100644 --- a/crates/alliumd/Cargo.toml +++ b/crates/alliumd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alliumd" -version = "0.25.0" +version = "0.26.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 384f37d..3815d80 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.25.0" +version = "0.26.0" edition = "2021" [lib] diff --git a/static/.allium/version.txt b/static/.allium/version.txt index 5bd9725..eaf8bae 100644 --- a/static/.allium/version.txt +++ b/static/.allium/version.txt @@ -1 +1 @@ -v0.25.0 +v0.26.0