diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a669f9..3f4e6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 0.0.12+1 +## 0.0.13 + +* Fixes a bug caused by pointcastle among 3.6 and 3.7. + +## 0.0.12 * Ethereum address creation handles uncompressed public keys. diff --git a/pubspec.yaml b/pubspec.yaml index 0d860c2..37a65fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wallet description: Crypto wallet package for Bitcoin, Ethereum and Tron written in pure Dart. -version: 0.0.12+1 +version: 0.0.13 repository: https://github.com/xclud/dart_wallet homepage: https://github.com/xclud/dart_wallet