From 375521ba3c8626a8c17cd5e0dc9be0b753bdae7d Mon Sep 17 00:00:00 2001 From: Goh Wei Wen Date: Sat, 30 Dec 2023 23:19:33 +0800 Subject: [PATCH] chore: bump version to v0.24.2 --- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/activity-tracker/Cargo.toml b/activity-tracker/Cargo.toml index 6dbfb52b..934481d8 100644 --- a/activity-tracker/Cargo.toml +++ b/activity-tracker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "activity-tracker" -version = "0.24.1" +version = "0.24.2" edition = "2021" include = ["/src"] diff --git a/allium-launcher/Cargo.toml b/allium-launcher/Cargo.toml index 4bd18a6f..0581b7c7 100644 --- a/allium-launcher/Cargo.toml +++ b/allium-launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-launcher" -version = "0.24.1" +version = "0.24.2" edition = "2021" include = ["/src"] diff --git a/allium-menu/Cargo.toml b/allium-menu/Cargo.toml index 0dc0ef5b..af4ba442 100644 --- a/allium-menu/Cargo.toml +++ b/allium-menu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "allium-menu" -version = "0.24.1" +version = "0.24.2" edition = "2021" include = ["/src"] diff --git a/alliumd/Cargo.toml b/alliumd/Cargo.toml index a91b9a44..85f699bb 100644 --- a/alliumd/Cargo.toml +++ b/alliumd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alliumd" -version = "0.24.1" +version = "0.24.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 b61be290..6205e5bf 100644 --- a/assets/root/.allium/version.txt +++ b/assets/root/.allium/version.txt @@ -1 +1 @@ -v0.24.1 +v0.24.2 diff --git a/common/Cargo.toml b/common/Cargo.toml index ea833ab8..77fd53e9 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "common" -version = "0.24.1" +version = "0.24.2" edition = "2021" [lib]