Skip to content

Commit

Permalink
Bump slpjs v
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Mar 8, 2019
1 parent 8df94b3 commit 92dab77
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.0.3", "-v, --version")
program.version("3.1.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.0.3",
"version": "3.1.0",
"description": "SLP SDK powered by BITBOX",
"main": "lib/SLP",
"scripts": {
Expand Down

0 comments on commit 92dab77

Please sign in to comment.