Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Feb 20, 2024
1 parent 7d4af13 commit b1c8165
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0"
version = "0.4.0"
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", version = "0.3.0" }
bitcoin-waila = { path = "../waila", version = "0.4.0" }
bitcoin = "0.30.2"
nostr = { version = "0.28.1", default-features = false, features = ["std"] }
wasm-bindgen = "0.2.84"
4 changes: 2 additions & 2 deletions waila/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitcoin-waila"
version = "0.3.0"
version = "0.4.0"
edition = "2018"
authors = ["Ben Carman <[email protected]>", "Paul Miller <[email protected]>"]
license = "MIT"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/MutinyWallet/bitcoin-waila/"
readme = "README.md"
documentation = "https://docs.rs/bitcoin-waila/"
description = "\"What am I looking at?\" A tool for decoding bitcoin-related strings."
keywords = ["lightning", "bitcoin", "bip21", "lnurl"]
keywords = ["lightning", "bitcoin", "bip21", "lnurl", "nostr"]

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down

0 comments on commit b1c8165

Please sign in to comment.