Skip to content

Commit

Permalink
Merge pull request #144 from FyraLabs/fix/proper-bumping
Browse files Browse the repository at this point in the history
fix: now properly bump to 0.3.1
  • Loading branch information
madonuko authored Jul 28, 2024
2 parents 11078af + e4f3a73 commit f5f410e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cargo workspace
[package]
name = "anda"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
description = "Andaman Build toolchain"
license = "MIT"
Expand All @@ -26,8 +26,8 @@ tracing-log = "0.2.0"
color-eyre = { workspace = true }
walkdir = "2.5.0"
tempfile = "3.10.1"
anda-config = { path = "./anda-config", version = "0.2.0" }
andax = { path = "./andax", version = "0.2.0" }
anda-config = { workspace = true }
andax = { path = "./andax", version = "0.3.1" }
flatpak = "0.18.1"
clap-verbosity-flag = "2.2.0"
clap_complete = "4.5.8"
Expand Down Expand Up @@ -61,7 +61,7 @@ workspace = true
members = ["anda-config", "xtask", "andax"]

[workspace.dependencies]
anda-config = { path = "./anda-config", version = "0.2.2" }
anda-config = { path = "./anda-config", version = "0.3.1" }
serde = { version = "1.0", default-features = false, features = ["derive"] }
lazy_static = "1.5"
regex = "1.10.5"
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.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/FyraLabs/anda"
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.3.0"
version = "0.3.1"
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.3.0
%global _version 0.3.1

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.3.0
Version: 0.3.1
Release: 1%{?dist}
Summary: Andaman Build toolchain

Expand Down

0 comments on commit f5f410e

Please sign in to comment.