Skip to content

Commit

Permalink
chore: bump version 0.1.18
Browse files Browse the repository at this point in the history
anda            0.1.18
andax           0.1.4
anda-config     0.1.6
  • Loading branch information
madonuko committed Jul 17, 2023
1 parent 6b18cc4 commit 5fcd827
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cargo workspace
[package]
name = "anda"
version = "0.1.17"
version = "0.1.18"
edition = "2021"
description = "Andaman Build toolchain"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion anda-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anda-config"
description = "Configuration module for Andaman"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion andax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "andax"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
description = "Andaman scripting runtime"
Expand Down
2 changes: 1 addition & 1 deletion rust-anda-git.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

%global crate anda

%global _version 0.1.17
%global _version 0.1.18

Name: rust-anda
Version: %{_version}.%{autogitversion}
Expand Down
2 changes: 1 addition & 1 deletion rust-anda.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global crate anda

Name: rust-anda
Version: 0.1.17
Version: 0.1.18
Release: 1%{?dist}
Summary: Andaman Build toolchain

Expand Down

0 comments on commit 5fcd827

Please sign in to comment.