Skip to content

Commit

Permalink
release v1.0.19-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 2, 2024
1 parent 5438fde commit 3efe403
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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.

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.18-beta"
version = "1.0.19-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.18-beta
version: 1.0.19-beta
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ currently being supported with security updates.
| v1.0.16-beta | :white_check_mark: |
| v1.0.17-beta | :white_check_mark: |
| v1.0.18-beta | :white_check_mark: |
| v1.0.19-beta | :white_check_mark: |
2 changes: 1 addition & 1 deletion 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.17-beta")
.version("1.0.18-beta")
.author("Area Layer")
.about("Open/close channels and make payments using Nostr, DLCs and Lightning Network via CLI")
.arg(
Expand Down

0 comments on commit 3efe403

Please sign in to comment.