diff --git a/Cargo.lock b/Cargo.lock index 414e2ee90381..39314116ab02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cln-grpc" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "bitcoin", @@ -275,7 +275,7 @@ dependencies = [ [[package]] name = "cln-grpc-plugin" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "cln-grpc", @@ -290,7 +290,7 @@ dependencies = [ [[package]] name = "cln-plugin" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "bytes", @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "cln-rpc" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "bitcoin", diff --git a/cln-grpc/Cargo.toml b/cln-grpc/Cargo.toml index db0da3d7ca1d..b74e9db7b544 100644 --- a/cln-grpc/Cargo.toml +++ b/cln-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-grpc" -version = "0.1.7" +version = "0.1.8" edition = "2021" license = "MIT" description = "The Core Lightning API as grpc primitives. Provides the bindings used to expose the API over the network." diff --git a/cln-rpc/Cargo.toml b/cln-rpc/Cargo.toml index cf0e7f146671..f7d8c6a95129 100644 --- a/cln-rpc/Cargo.toml +++ b/cln-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-rpc" -version = "0.1.7" +version = "0.1.8" edition = "2021" license = "MIT" description = "An async RPC client for Core Lightning." diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index c7c457ab1e6e..407524e54d87 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-plugin" -version = "0.1.7" +version = "0.1.8" edition = "2021" license = "MIT" description = "A CLN plugin library. Write your plugin in Rust." diff --git a/plugins/grpc-plugin/Cargo.toml b/plugins/grpc-plugin/Cargo.toml index 5b2b2913f2db..dcf404fafc35 100644 --- a/plugins/grpc-plugin/Cargo.toml +++ b/plugins/grpc-plugin/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "cln-grpc-plugin" -version = "0.1.4" +version = "0.1.5" description = "A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS." license = "MIT"