We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b693bc commit 1be7919Copy full SHA for 1be7919
CHANGELOG.md
@@ -4,4 +4,8 @@
4
5
## 1.0.1
6
7
-- Format code & add description
+- Format code & add description
8
+
9
+## 1.0.2
10
11
+- Change version bs58check
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: bip32
2
description: A BIP32 (https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) compatible library for Flutter writing by Dart.
3
-version: 1.0.1
+version: 1.0.2
homepage: https://github.com/anicdh
author: anicdh <anic.dh@gmail.com>
@@ -10,8 +10,7 @@ environment:
dependencies:
pointycastle: ^1.0.0-rc2
12
hex: ^0.1.2
13
- bs58check: ^1.0.0
14
-# path: ^1.4.1
+ bs58check: ^1.0.1
15
16
dev_dependencies:
17
test: ^1.0.0
0 commit comments