Skip to content

Commit

Permalink
feat(bump-v) MINOR bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed May 4, 2019
1 parent 5cb9846 commit b197fd8
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 SLP = require("./lib/SLP")
const clone = require("git-clone")

program.version("3.6.0", "-v, --version")
program.version("3.7.0", "-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": "slp-sdk",
"version": "3.6.0",
"version": "3.7.0",
"description": "SLP SDK powered by BITBOX",
"main": "lib/SLP",
"scripts": {
Expand Down

0 comments on commit b197fd8

Please sign in to comment.