From e2a25eb7716b7357ef1b638812cbbc555ea8f9a7 Mon Sep 17 00:00:00 2001 From: madonuko Date: Tue, 16 Jul 2024 19:53:05 +0800 Subject: [PATCH] chore: bump anda anda: 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- LICENSE.md | 2 +- rust-anda-git.spec | 2 +- rust-anda.spec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4eca91a..7c28283 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ dependencies = [ [[package]] name = "anda" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anda-config", "andax", diff --git a/Cargo.toml b/Cargo.toml index 4799549..d12c2d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # Cargo workspace [package] name = "anda" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Andaman Build toolchain" license = "MIT" diff --git a/LICENSE.md b/LICENSE.md index 56c5bbb..3e70a52 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022-2023 Fyra Labs +Copyright (c) 2022-2024 Fyra Labs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/rust-anda-git.spec b/rust-anda-git.spec index 587c0f3..50c0977 100644 --- a/rust-anda-git.spec +++ b/rust-anda-git.spec @@ -4,7 +4,7 @@ %global crate anda -%global _version 0.1.29 +%global _version 0.2.1 Name: rust-anda Version: %{_version}.%{autogitversion} diff --git a/rust-anda.spec b/rust-anda.spec index e86f0ad..c3504ac 100644 --- a/rust-anda.spec +++ b/rust-anda.spec @@ -5,7 +5,7 @@ %global crate anda Name: rust-anda -Version: 0.1.29 +Version: 0.2.1 Release: 1%{?dist} Summary: Andaman Build toolchain