mirror of
https://github.com/aljazceru/bitcoin-waila.git
synced 2025-12-17 12:54:19 +01:00
Bump version to v0.2.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "waila-wasm"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
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.2"}
|
||||
bitcoin-waila = { path = "../waila", version = "0.2.6" }
|
||||
bitcoin = "0.29.2"
|
||||
nostr = { version = "=0.23.0-bitcoin-v0.29", default-features = false, features = ["nip19"] }
|
||||
wasm-bindgen = "0.2.84"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "bitcoin-waila"
|
||||
version = "0.2.5"
|
||||
version = "0.2.6"
|
||||
edition = "2018"
|
||||
authors = ["Ben Carman <benthecarman@live.com>", "Paul Miller <paul@pauljmiller.com>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user