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]