diff --git a/Cargo.lock b/Cargo.lock index 8d5f8efbd834..0f13eaa235bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,7 +259,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cln-grpc" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "bitcoin", @@ -279,7 +279,7 @@ dependencies = [ [[package]] name = "cln-grpc-plugin" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "cln-grpc", @@ -295,7 +295,7 @@ dependencies = [ [[package]] name = "cln-plugin" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "bytes", @@ -313,7 +313,7 @@ dependencies = [ [[package]] name = "cln-rpc" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "bitcoin", diff --git a/cln-grpc/Cargo.toml b/cln-grpc/Cargo.toml index 062d97275bca..ff36a319237a 100644 --- a/cln-grpc/Cargo.toml +++ b/cln-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-grpc" -version = "0.1.8" +version = "0.1.9" 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 f7d8c6a95129..3d4b760f1e44 100644 --- a/cln-rpc/Cargo.toml +++ b/cln-rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-rpc" -version = "0.1.8" +version = "0.1.9" edition = "2021" license = "MIT" description = "An async RPC client for Core Lightning." diff --git a/plugins/Cargo.toml b/plugins/Cargo.toml index 407524e54d87..1b3dea946920 100644 --- a/plugins/Cargo.toml +++ b/plugins/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cln-plugin" -version = "0.1.8" +version = "0.1.9" 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 f536717b39d0..445f6dfff9de 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.5" +version = "0.1.6" description = "A Core Lightning plugin that re-exposes the JSON-RPC over grpc. Authentication is done via mTLS." license = "MIT"