Skip to content

Commit

Permalink
webln: bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Apr 2, 2024
1 parent 63d0f44 commit e22f7ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion webln-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default = []
[dependencies]
console_error_panic_hook = { version = "0.1", optional = true }
js-sys.workspace = true
webln = { version = "0.1", path = "../webln", default-features = false }
webln = { version = "0.2", path = "../webln", default-features = false }
wasm-bindgen.workspace = true
wasm-bindgen-futures.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion webln/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webln"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "WebLN - Lightning Web Standard"
authors.workspace = true
Expand Down

0 comments on commit e22f7ff

Please sign in to comment.