Bump version

This commit is contained in:
benthecarman
2023-08-30 16:13:51 -05:00
parent 533d1cefc0
commit cf9f8b26fa
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "waila-wasm" name = "waila-wasm"
version = "0.2.1" version = "0.2.2"
edition = "2018" edition = "2018"
authors = ["Ben Carman <benthecarman@live.com>", "Paul Miller <paul@pauljmiller.com>"] authors = ["Ben Carman <benthecarman@live.com>", "Paul Miller <paul@pauljmiller.com>"]
license = "MIT" license = "MIT"
@@ -15,7 +15,7 @@ keywords = ["lightning", "bitcoin", "bip21", "lnurl"]
crate-type = ["cdylib", "rlib"] crate-type = ["cdylib", "rlib"]
[dependencies] [dependencies]
bitcoin-waila = { path = "../waila" } bitcoin-waila = { path = "../waila", version = "0.2.2"}
bitcoin = "0.29.2" bitcoin = "0.29.2"
nostr = { version = "0.22.0-bitcoin-v0.29", default-features = false, features = ["nip19"] } nostr = { version = "0.22.0-bitcoin-v0.29", default-features = false, features = ["nip19"] }
wasm-bindgen = "0.2.84" wasm-bindgen = "0.2.84"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "bitcoin-waila" name = "bitcoin-waila"
version = "0.2.1" version = "0.2.2"
edition = "2018" edition = "2018"
authors = ["Ben Carman <benthecarman@live.com>", "Paul Miller <paul@pauljmiller.com>"] authors = ["Ben Carman <benthecarman@live.com>", "Paul Miller <paul@pauljmiller.com>"]
license = "MIT" license = "MIT"