Bump crate versions to 0.0.116 release
[rust-lightning] / lightning-custom-message / Cargo.toml
index 8c372960fcd9213eced137af6fe9b83a39f3e278..e86360d2b3c18fe50028e8051da2681ed4227da7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-custom-message"
-version = "0.0.116-rc1"
+version = "0.0.116"
 authors = ["Jeffrey Czyz"]
 license = "MIT OR Apache-2.0"
 repository = "http://github.com/lightningdevkit/rust-lightning"
@@ -15,4 +15,4 @@ rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
 bitcoin = "0.29.0"
-lightning = { version = "0.0.116-rc1", path = "../lightning" }
+lightning = { version = "0.0.116", path = "../lightning" }