Skip to content

Commit

Permalink
Version 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred-hodler committed May 23, 2024
1 parent a3b7948 commit 8d99a93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coldcard-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coldcard-cli"
version = "0.12.1"
version = "0.12.2"
edition = "2021"
authors = ["Alfred Hodler <[email protected]>"]
license = "MIT"
Expand All @@ -17,7 +17,7 @@ name = "coldcard"
path = "src/main.rs"

[dependencies]
coldcard = { version = "0.12.1", path = "../coldcard" }
coldcard = { version = "0.12.2", path = "../coldcard" }
base64 = "0.21.7"
clap = { version = "3.2.22", features = ["derive"] }
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion coldcard/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coldcard"
version = "0.12.1"
version = "0.12.2"
edition = "2021"
authors = ["Alfred Hodler <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8d99a93

Please sign in to comment.