Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Nov 27, 2014
1 parent 79a77a6 commit 50174b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bip32-wallet",
"version": "0.0.5",
"version": "0.1.0",
"description": "A BIP32 Wallet backed by bitcoinjs-lib, lite on features but heavily tested.",
"main": "./src/index.js",
"scripts": {
Expand All @@ -26,6 +26,6 @@
},
"dependencies": {
"bip32-utils": "0.0.15",
"bitcoinjs-lib": "^1.2.0"
"bitcoinjs-lib": "^1.3.1"
}
}

0 comments on commit 50174b9

Please sign in to comment.