Skip to content

Commit

Permalink
docs: release alpha 3
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 18, 2022
1 parent 41233a3 commit aee9f96
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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-alpha.3

## Fixed
- fix the url bug by parse the string before ([commit](https://github.com/dart-lightning/lndart.clnapp/commit/41233a399f33797f73186bb7b5ea876fbafe924d)). @vincenzopalazzo 18-08-2022


# v0.0.1-alpha.2

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "clnapp",
"version": "v0.0.1-alpha.2",
"version": "v0.0.1-alpha.3",
"api": {
"name": "github",
"repository": "dart-lightning/lndart.clnapp",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: clnapp
description: A new Flutter project.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 0.0.1-alpha.2+1
version: 0.0.1-alpha.3+1

environment:
sdk: ">=2.12.3 <3.0.0"
Expand Down

0 comments on commit aee9f96

Please sign in to comment.