From 51547c2d37a3b07bf9267cc3de2e41e228fd2886 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Tue, 24 Jan 2023 20:50:11 -0800 Subject: [PATCH] Bump to 0.1.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- rust-anda-git.spec | 2 +- rust-anda.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89943b3..5ae627d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -41,7 +41,7 @@ dependencies = [ [[package]] name = "anda" -version = "0.1.10" +version = "0.1.13" dependencies = [ "anda-config", "andax", diff --git a/Cargo.toml b/Cargo.toml index 978dac1..5944584 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.1.10" +version = "0.1.13" edition = "2021" description = "Andaman Build toolchain" license = "MIT" diff --git a/rust-anda-git.spec b/rust-anda-git.spec index 059bade..8af994d 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.1.9 +%global _version 0.1.13 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index 57dd2ef..dad08f9 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.1.9 +Version: 0.1.13 Release: 1%{?dist} Summary: Andaman Build toolchain