From: Matt Corallo Date: Thu, 26 Apr 2018 15:39:41 +0000 (-0400) Subject: Bump version for API changes. X-Git-Tag: v0.0.12~410^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=c564f9fd59e68f1e5695705988a6fad3dcbc0c3f Bump version for API changes. --- diff --git a/Cargo.toml b/Cargo.toml index f097d7fb..850d05f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning" -version = "0.0.2" +version = "0.0.3" authors = ["Matt Corallo"] license = "Apache-2.0" repository = "https://github.com/TheBlueMatt/rust-lightning/"