Skip to content

Commit

Permalink
Update bitcoincashjs-lib dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Jan 31, 2019
1 parent 8419230 commit 0d5ba66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const BITBOXSDK = require("./lib/bitbox-sdk").default
const clone = require("git-clone")
const cmd = require("node-cmd")

program.version("3.0.3 ", "-v, --version")
program.version("3.0.4 ", "-v, --version")

program
.command("new <name>")
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitbox-sdk",
"version": "3.0.3",
"version": "3.0.4",
"description": "BITBOX Javascript SDK for Bitcoin Cash",
"author": "Gabriel Cardona @ Bitcoin.com",
"contributors": [
Expand Down Expand Up @@ -42,7 +42,7 @@
"bc-bip68": "^1.0.5",
"bitcoincash-ops": "Bitcoin-com/bitcoincash-ops#2.0.0",
"bitcoin-txdecoder": "0.0.3",
"bitcoincashjs-lib": "Bitcoin-com/bitcoincashjs-lib#3.3.4",
"bitcoincashjs-lib": "Bitcoin-com/bitcoincashjs-lib#3.4.0",
"bitcoinjs-message": "^2.0.0",
"bs58": "^4.0.1",
"buffer": "^5.1.0",
Expand Down

0 comments on commit 0d5ba66

Please sign in to comment.