Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
haarts committed Jan 8, 2019
1 parent 05a3eb9 commit e081c4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pubspec.yaml
@@ -1,16 +1,16 @@
name: bitcoin_bip32
version: 0.1.1
version: 0.1.2
description: Library implementing Bitcoins BIP32 (Hierarchical Deterministic key derivation) specification in a Flutter friendly fashion.
author: Kolibri POS authors <info@kolibripos.com>
homepage: https://github.com/Kolibri-POS/bitcoin_bip32

dependencies:
pointycastle: ^1.0.0-rc4
pointycastle: ^1.0.0
base58check: ^1.0.1
convert: ^2.0.2
convert: ^2.1.0

dev_dependencies:
test: ^1.3.4
test: ^1.5.1

environment:
sdk: ">=2.0.0 <3.0.0"

0 comments on commit e081c4a

Please sign in to comment.