Skip to content

Commit

Permalink
bump v.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Feb 14, 2019
1 parent 64d9e44 commit 6f4c671
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 @@ -15,7 +15,7 @@ const repl = require("repl")
const SLP = require("./lib/SLP").default
const clone = require("git-clone")

program.version("1.1.8", "-v, --version")
program.version("1.2.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": "1.1.8",
"version": "1.2.0",
"description": "SLP SDK powered by BITBOX",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6f4c671

Please sign in to comment.