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 b6e1e0a commit cf9094bCopy full SHA for cf9094b
CHANGELOG.md
@@ -21,4 +21,8 @@
21
22
## 1.0.5
23
24
-- Fix wif decodeRaw function
+- Fix wif decodeRaw function
25
+
26
+## 1.0.6
27
28
+- Fix derive bug
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.5
+version: 1.0.6
4
homepage: https://github.com/anicdh
5
author: anicdh <anic.dh@gmail.com>
6
0 commit comments