Skip to content

Commit 8defcf1

Browse files
committed
Bump versions to 0.0.10
1 parent 580a423 commit 8defcf1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Rust-Lightning, not Rusty's Lightning!
55

66
Documentation can be found at [docs.rs](https://docs.rs/lightning/)
77

8-
Currently somewhere near 40% towards usable, published to see if there is any
8+
Currently somewhere near 50% towards usable, published to see if there is any
99
real interest from folks in using a lightning rust library.
1010

1111
The goal is to provide a full-featured but also incredibly flexible lightning

lightning-net-tokio/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning-net-tokio"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
authors = ["Matt Corallo"]
55
license = "Apache-2.0"
66
description = """
@@ -11,7 +11,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2
1111
[dependencies]
1212
bitcoin = "0.21"
1313
bitcoin_hashes = "0.7"
14-
lightning = { version = "0.0.9", path = "../lightning" }
14+
lightning = { version = "0.0.10", path = "../lightning" }
1515
secp256k1 = "0.15"
1616
tokio-codec = "0.1"
1717
futures = "0.1"

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lightning"
3-
version = "0.0.9"
3+
version = "0.0.10"
44
authors = ["Matt Corallo"]
55
license = "Apache-2.0"
66
repository = "https://github.com/rust-bitcoin/rust-lightning/"

0 commit comments

Comments
 (0)