diff --git a/Cargo.toml b/Cargo.toml index cc276f9..83092b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["bitcoin"] [package] name = "async-hwi" -version = "0.0.30" +version = "0.0.31" readme = "README.md" description = "Async hardware wallet interface" license-file.workspace = true diff --git a/cli/Cargo.toml b/cli/Cargo.toml index efc7cf3..f90ffad 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ name = "async-hwi-cli" readme = "README.md" description = "HWI CLI" -version = "0.0.23" +version = "0.0.24" license-file.workspace = true edition.workspace = true authors.workspace = true @@ -16,5 +16,5 @@ path = "src/bin/hwi.rs" clap = { version = "4.4.7", features = ["derive"] } bitcoin = "0.32" hex = "0.4" -async-hwi = { path = "../", version = "0.0.30" } +async-hwi = { path = "../", version = "0.0.31" } tokio = { version = "1", features = ["macros", "net", "rt", "rt-multi-thread", "io-util", "sync"] }