Skip to content

Commit

Permalink
prepare v0.0.1-beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
  • Loading branch information
vincenzopalazzo committed Aug 8, 2022
1 parent b41abf2 commit 2a45813
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.0.1-beta.3

## Added
- increase cln version support to v0.12.0rc1 ([commit](https://github.com/dart-lightning/lndart.cln_grpc/commit/b41abf2176d4e1b22273177e0ce7b3294a4c6b9f)). @KAVAN-DESAI 08-08-2022


# v0.0.1-beta.2

## Fixed
Expand Down
4 changes: 2 additions & 2 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "cln_grpc",
"version": "v0.0.1-beta.2",
"version": "v0.0.1-beta.3",
"api": {
"name": "github",
"repository": "dart-lightning/lndart.cln_grpc",
Expand All @@ -13,4 +13,4 @@
"serialization_method": {
"name": "md"
}
}
}
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cln_grpc
description: A dart library which facilitates dart GRPC client for core lightning.
version: 0.0.1-beta.2
version: 0.0.1-beta.3
homepage: https://github.com/dart-lightning/lndart.cln_grpc

environment:
Expand All @@ -15,4 +15,4 @@ dependencies:
dev_dependencies:
lints: ^1.0.0
test: ^1.16.0
clightning_rpc: ^0.0.2-beta.1
clightning_rpc: ^0.0.2-beta.1

0 comments on commit 2a45813

Please sign in to comment.