Skip to content

Commit

Permalink
release v1.0.11-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Jul 2, 2024
1 parent 67fecc8 commit e8789e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Lightning_Lending"
version = "1.0.11-beta"
version = "1.0.12-beta"
license = "MIT"
authors = ["22388"]
description = "A lightning lending library & cli by Nostr/LDK/DLCs"
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Lightning Lending
license: MIT
authors: 22388o and Rsync25
type: FOSS
version: 1.0.11-beta
version: 1.0.12-beta
2 changes: 1 addition & 1 deletion src/cli/core/main.rs → src/cli/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.11-beta")
.version("1.0.12-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 e8789e6

Please sign in to comment.