diff --git a/Cargo.toml b/Cargo.toml index 1718b4f..3a66c91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.4.4" +version = "0.4.5" edition = "2021" description = "Andaman Build toolchain" license = "MIT" @@ -28,7 +28,7 @@ color-eyre = { workspace = true } walkdir = "2.5.0" tempfile = "3.14.0" anda-config = { workspace = true } -andax = { path = "./andax", version = "0.4.4" } +andax = { path = "./andax", version = "0.4.5" } flatpak = "0.18.1" clap-verbosity-flag = "3.0.1" tokio = { version = "1.42.0", features = [ @@ -62,7 +62,7 @@ workspace = true members = ["anda-config", "xtask", "andax"] [workspace.dependencies] -anda-config = { path = "./anda-config", version = "0.4.4" } +anda-config = { path = "./anda-config", version = "0.4.5" } serde = { version = "1.0", default-features = false, features = ["derive"] } lazy_static = "1.5" regex = "1.11.1" diff --git a/anda-config/Cargo.toml b/anda-config/Cargo.toml index 1aa45a6..7ce1781 100644 --- a/anda-config/Cargo.toml +++ b/anda-config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anda-config" description = "Configuration module for Andaman" -version = "0.4.4" +version = "0.4.5" edition = "2021" license = "MIT" repository = "https://github.com/FyraLabs/anda" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 2baca33..da9b644 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "andax" -version = "0.4.4" +version = "0.4.5" edition = "2021" license = "MIT" description = "Andaman scripting runtime" diff --git a/rust-anda-git.spec b/rust-anda-git.spec index e87223d..86a4840 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.4.4 +%global _version 0.4.5 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index 0885500..cc39102 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.4.4 +Version: 0.4.5 Release: 1%{?dist} Summary: Andaman Build toolchain