diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b8fd1c..62637cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/changelog.json b/changelog.json index 2437e69..cbbe5cb 100644 --- a/changelog.json +++ b/changelog.json @@ -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", diff --git a/pubspec.yaml b/pubspec.yaml index 2910d7d..ad771c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"