Skip to content

Commit

Permalink
Bump slpjs version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Mar 20, 2019
1 parent a94a16c commit 664ad57
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.2.0", "-v, --version")
program.version("3.2.1", "-v, --version")

program
.command("new <name>")
Expand Down
16 changes: 8 additions & 8 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.2.0",
"version": "3.2.1",
"description": "SLP SDK powered by BITBOX",
"main": "lib/SLP",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"mkdirp": "^0.5.1",
"node-emoji": "^1.8.1",
"repl.history": "^0.1.4",
"slpjs": "0.15.3",
"slpjs": "0.15.5",
"touch": "^3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 664ad57

Please sign in to comment.