Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jun 26, 2024
1 parent 2c00326 commit 80007d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ version = "1.0.11-beta"
[dependencies]
dlc = "0.4.0"
lightning = "0.0.123"
nostr = "0.23"
nostr = "0.32.0"
bdk = "1.0.0-alpha.13"
2 changes: 1 addition & 1 deletion src/cli/core/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct Event {

fn main() {
let matches = App::new("Event Generator CLI")
.version("1.0.9-beta")
.version("1.0.11-beta")
.author("Area Layer")
.about("Open/close channels and make payments using Nostr and Lightning Network via CLI by LL")
.arg(
Expand Down

0 comments on commit 80007d8

Please sign in to comment.