From 3a70566bc70be94697fda911bb2eba015d9db0ae Mon Sep 17 00:00:00 2001 From: Goh Wei Wen Date: Fri, 30 Jun 2023 17:16:11 +0800 Subject: [PATCH] chore: bump version to v0.10.0 --- Cargo.lock | 8 ++++---- allium-launcher/Cargo.toml | 2 +- allium-menu/Cargo.toml | 2 +- alliumd/Cargo.toml | 2 +- common/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9abc6ca8..23322435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" [[package]] name = "allium-launcher" -version = "0.9.1" +version = "0.10.0" dependencies = [ "anyhow", "async-trait", @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "allium-menu" -version = "0.9.1" +version = "0.10.0" dependencies = [ "anyhow", "async-trait", @@ -96,7 +96,7 @@ dependencies = [ [[package]] name = "alliumd" -version = "0.9.1" +version = "0.10.0" dependencies = [ "anyhow", "chrono", @@ -311,7 +311,7 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" [[package]] name = "common" -version = "0.9.1" +version = "0.10.0" dependencies = [ "anyhow", "async-trait", diff --git a/allium-launcher/Cargo.toml b/allium-launcher/Cargo.toml index b2633a22..ac0f7688 100644 --- a/allium-launcher/Cargo.toml +++ b/allium-launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-launcher" -version = "0.9.1" +version = "0.10.0" edition = "2021" include = ["/src"] diff --git a/allium-menu/Cargo.toml b/allium-menu/Cargo.toml index e47868fa..057e8ea3 100644 --- a/allium-menu/Cargo.toml +++ b/allium-menu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-menu" -version = "0.9.1" +version = "0.10.0" edition = "2021" include = ["/src"] diff --git a/alliumd/Cargo.toml b/alliumd/Cargo.toml index 86c14e77..8e9521bb 100644 --- a/alliumd/Cargo.toml +++ b/alliumd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alliumd" -version = "0.9.1" +version = "0.10.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common/Cargo.toml b/common/Cargo.toml index 761ec87b..6a82d409 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.9.1" +version = "0.10.0" edition = "2021" [lib]