diff --git a/Cargo.lock b/Cargo.lock index bfe3a6b..e4a03ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "anda" -version = "0.1.25" +version = "0.1.26" dependencies = [ "anda-config", "andax", @@ -75,7 +75,7 @@ dependencies = [ [[package]] name = "anda-config" -version = "0.1.6" +version = "0.1.7" dependencies = [ "chrono", "dotenv", @@ -97,7 +97,7 @@ dependencies = [ [[package]] name = "andax" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anda-config", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f984dfe..4be20fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.1.25" +version = "0.1.26" edition = "2021" description = "Andaman Build toolchain" license = "MIT" diff --git a/anda-config/Cargo.toml b/anda-config/Cargo.toml index d1e18e5..0abdfd7 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.1.6" +version = "0.1.7" edition = "2021" license = "MIT" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 29151dc..de4584c 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "andax" -version = "0.1.10" +version = "0.1.11" edition = "2021" license = "MIT" description = "Andaman scripting runtime" diff --git a/rust-anda-git.spec b/rust-anda-git.spec index edc983d..f5d2c35 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.1.25 +%global _version 0.1.26 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index d730a8a..7afe3be 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.1.25 +Version: 0.1.26 Release: 1%{?dist} Summary: Andaman Build toolchain