diff --git a/Cargo.lock b/Cargo.lock index cfd3b13..5ce497e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ dependencies = [ [[package]] name = "anda" -version = "0.1.13" +version = "0.1.14" dependencies = [ "anda-config", "andax", diff --git a/Cargo.toml b/Cargo.toml index 013d28c..c935c03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.1.13" +version = "0.1.14" edition = "2021" description = "Andaman Build toolchain" license = "MIT" diff --git a/rust-anda-git.spec b/rust-anda-git.spec index 8af994d..b64fa58 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.1.13 +%global _version 0.1.14 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index dad08f9..3bc152a 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.1.13 +Version: 0.1.14 Release: 1%{?dist} Summary: Andaman Build toolchain