diff --git a/CHANGELOG.md b/CHANGELOG.md index c16e3d1..98f6a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ ## 0.1.5 - Initial version + +## 0.1.6 + +- Score improvments +- fix liblwk.a not found diff --git a/pubspec.yaml b/pubspec.yaml index f8c60ce..0706656 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: lwk description: "A dart/flutter library with language bindings for rust library [lwk](https://github.com/Blockstream/lwk) - Liquid Wallet Kit." repository: https://github.com/SatoshiPortal/lwk-dart -version: 0.1.5 +version: 0.1.6 environment: sdk: ">=3.3.0 <4.0.0"