Skip to content

Commit

Permalink
Bump BITBOX SDK v to add BITBOX.Schnorr
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed May 5, 2019
1 parent b197fd8 commit 2f5a181
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 15 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ cd slp-sdk

- [Badger Wallet](https://badger.bitcoin.com/)
- [Electron Cash SLP](https://github.com/simpleledger/Electron-Cash-SLP)

deploy
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const repl = require("repl")
const SLP = require("./lib/SLP")
const clone = require("git-clone")

program.version("3.7.0", "-v, --version")
program.version("4.0.0", "-v, --version")

program
.command("new <name>")
Expand Down
42 changes: 32 additions & 10 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": "slp-sdk",
"version": "3.7.0",
"version": "4.0.0",
"description": "SLP SDK powered by BITBOX",
"main": "lib/SLP",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"axios": "^0.17.1",
"babel-register": "^6.26.0",
"bignumber.js": "^8.0.2",
"bitbox-sdk": "5.1.3",
"bitbox-sdk": "6.0.0",
"chalk": "^2.3.0",
"clear": "0.1.0",
"commander": "^2.13.0",
Expand Down

0 comments on commit 2f5a181

Please sign in to comment.