From 982c7215522394d55aea65537780976959247f8c Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 21 Jun 2023 11:10:10 +0200 Subject: [PATCH] version bump --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dfa81..c6267dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.1.8 +- Final release of "coinslib", will be superseeded by a package "coinlib" in the near future, which will be a complete re-write. + # 3.1.7 - Verify message signatures against addresses diff --git a/pubspec.yaml b/pubspec.yaml index 1533d1f..f8fc89e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: coinslib description: A dart cryptocurrency library for Flutter, primarily build for Peercoin. BIP32, BIP39, P2PKH, bech32 integration. -version: 3.1.7 +version: 3.1.8 homepage: https://github.com/Vesta-wallet/coinslib environment: