Skip to content

Commit 1be7919

Browse files
committed
change version bs58check
1 parent 2b693bc commit 1be7919

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44

55
## 1.0.1
66

7-
- Format code & add description
7+
- Format code & add description
8+
9+
## 1.0.2
10+
11+
- Change version bs58check

pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bip32
22
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
3+
version: 1.0.2
44
homepage: https://github.com/anicdh
55
author: anicdh <anic.dh@gmail.com>
66

@@ -10,8 +10,7 @@ environment:
1010
dependencies:
1111
pointycastle: ^1.0.0-rc2
1212
hex: ^0.1.2
13-
bs58check: ^1.0.0
14-
# path: ^1.4.1
13+
bs58check: ^1.0.1
1514

1615
dev_dependencies:
1716
test: ^1.0.0

0 commit comments

Comments
 (0)