Skip to content

Commit

Permalink
chore: bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
husni-zuhdi committed Dec 20, 2024
1 parent 8d58e5e commit 9fb08ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cmd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "cmd"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
internal = { path = "../internal", version = "0.2.0"}
internal = { path = "../internal", version = "0.2.1"}
tokio = { version = "1.0", features = ["full"] }
2 changes: 1 addition & 1 deletion internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "internal"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
build = "build.rs"

Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"build_date": "2024-09-19",
"build_hash": "2c7ffdde74efcd069372657947f30ccf82754317"
"version": "0.2.1",
"build_date": "2024-12-20",
"build_hash": "8d58e5e0214ae3c0fc34ed20ddd83888fab0432e"
}

0 comments on commit 9fb08ab

Please sign in to comment.