Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Aug 30, 2023
1 parent 533d1ce commit cf9f8b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions waila-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "waila-wasm"
version = "0.2.1"
version = "0.2.2"
edition = "2018"
authors = ["Ben Carman <[email protected]>", "Paul Miller <[email protected]>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ keywords = ["lightning", "bitcoin", "bip21", "lnurl"]
crate-type = ["cdylib", "rlib"]

[dependencies]
bitcoin-waila = { path = "../waila" }
bitcoin-waila = { path = "../waila", version = "0.2.2"}
bitcoin = "0.29.2"
nostr = { version = "0.22.0-bitcoin-v0.29", default-features = false, features = ["nip19"] }
wasm-bindgen = "0.2.84"
2 changes: 1 addition & 1 deletion waila/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoin-waila"
version = "0.2.1"
version = "0.2.2"
edition = "2018"
authors = ["Ben Carman <[email protected]>", "Paul Miller <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cf9f8b2

Please sign in to comment.