Skip to content

Commit

Permalink
Update version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Nov 25, 2024
1 parent 1276fce commit 7d54f60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/houseabsolute/ubi"
version = "0.2.3"
version = "0.2.4"

[workspace]
members = ["ubi", "ubi-cli"]
Expand Down
2 changes: 1 addition & 1 deletion ubi-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ log.workspace = true
tempfile.workspace = true
thiserror.workspace = true
tokio.workspace = true
ubi = { version = "0.2.3", path = "../ubi", features = ["default", "logging"] }
ubi = { version = "0.2.4", path = "../ubi", features = ["default", "logging"] }

[[bin]]
name = "ubi"
Expand Down

0 comments on commit 7d54f60

Please sign in to comment.