Skip to content

Commit

Permalink
Update typings and bump v.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Feb 2, 2019
1 parent 2506b4f commit e99db37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 BITBOXSDK = require("./lib/bitbox-sdk").default
const clone = require("git-clone")

program.version("3.0.8 ", "-v, --version")
program.version("3.0.9 ", "-v, --version")

program
.command("new <name>")
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitbox-sdk",
"version": "3.0.8",
"version": "3.0.9",
"description": "BITBOX Javascript SDK for Bitcoin Cash",
"author": "Gabriel Cardona @ Bitcoin.com",
"contributors": [
Expand Down

0 comments on commit e99db37

Please sign in to comment.