Skip to content

Commit 65c1007

Browse files
committed
feat: bump to version v0.2.1
1 parent 273e2d0 commit 65c1007

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
members = ["crates/ash_cli", "crates/ash_sdk"]
66

77
[workspace.package]
8-
version = "0.2.0"
8+
version = "0.2.1"
99
edition = "2021"
1010
authors = ["E36 Knots"]
1111
homepage = "https://ash.center"

crates/ash_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories.workspace = true
1515
keywords.workspace = true
1616

1717
[dependencies]
18-
ash_sdk = { path = "../ash_sdk", version = "0.2.0" }
18+
ash_sdk = { path = "../ash_sdk", version = "0.2.1" }
1919
clap = { version = "4.0.32", features = ["derive", "env"] }
2020
colored = "2.0.0"
2121
exitcode = "1.1.2"

0 commit comments

Comments
 (0)