Skip to content

Commit

Permalink
rs: Bump crates cln-rpc and cln-grpc to 0.1.5 and cln-plugin to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 26, 2023
1 parent 4121941 commit 8cb17d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cln-grpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cln-grpc"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT"
description = "The Core Lightning API as grpc primitives. Provides the bindings used to expose the API over the network."
Expand Down
2 changes: 1 addition & 1 deletion cln-rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cln-rpc"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
license = "MIT"
description = "An async RPC client for Core Lightning."
Expand Down
2 changes: 1 addition & 1 deletion plugins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cln-plugin"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
license = "MIT"
description = "A CLN plugin library. Write your plugin in Rust."
Expand Down

0 comments on commit 8cb17d4

Please sign in to comment.