Bump version to 0.3.0

This commit is contained in:
benthecarman
2024-01-09 19:32:08 +00:00
parent 8faa020a49
commit 4735a44e47
2 changed files with 3 additions and 3 deletions

View File

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

View File

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