From bde921ea2078e3a618d56472ad8bbf1528896658 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 21 Nov 2018 16:18:02 -0500 Subject: [PATCH] Bump to 0.0.7 for API rev --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ecd10fb2..b3c5f3ac0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.6" +version = "0.0.7" authors = ["Matt Corallo"] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-lightning/" diff --git a/README.md b/README.md index 6a9369ea9..5b8444924 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Rust-Lightning, not Rusty's Lightning! -Currently somewhere near 10% towards usable, published to see if there is any +Currently somewhere near 15% towards usable, published to see if there is any real interest from folks in using a lightning rust library. The goal is to provide a full-featured but also incredibly flexible lightning -- 2.39.5