From aa5ba16f7a8a3a7789ca78330ce3877913f29a83 Mon Sep 17 00:00:00 2001 From: Mahdi Date: Wed, 20 Dec 2023 13:42:21 +0330 Subject: [PATCH] Release. --- CHANGELOG.md | 6 +++++- pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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