Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 23, 2022
1 parent 559a759 commit 9846b55
Show file tree
Hide file tree
Showing 3 changed files with 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnp-core"
version = "0.6.0-beta.2"
version = "0.6.0"
license = "MIT"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "LNP Core Library: rust implementation of modular lightning channels architecture"
Expand All @@ -23,7 +23,7 @@ amplify = "3.12.0"
strict_encoding = "1.8.1"
lightning_encoding = "0.6.1"
descriptor-wallet = { version = "0.6.1", features = ["keygen"] }
lnp2p = { version = "0.6.0-beta.2", path = "lnp2p", features = ["strict_encoding"] }
lnp2p = { version = "0.6.0", path = "lnp2p", features = ["strict_encoding"] }
lnpbp = "0.6.0"
bitcoin = { version = "0.28.1", features = ["rand"] }
secp256k1 = { version = "0.22.1", features = ["global-context-less-secure"] }
Expand Down
2 changes: 1 addition & 1 deletion lnp2p/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnp2p"
version = "0.6.0-beta.2"
version = "0.6.0"
license = "MIT"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoracore.com>"]
description = "LN P2P Library: rust implementation of lightning network peer protocols (BOLT-1, 2, 7, 9, Bifrost)"
Expand Down

0 comments on commit 9846b55

Please sign in to comment.