Skip to content

Commit

Permalink
Bump v.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed May 24, 2019
1 parent 3b06443 commit b14c0e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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("4.3.0", "-v, --version")
program.version("4.3.2", "-v, --version")

program
.command("new <name>")
Expand Down
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": "4.3.1",
"version": "4.3.2",
"description": "SLP SDK powered by BITBOX",
"main": "lib/SLP",
"scripts": {
Expand Down

0 comments on commit b14c0e7

Please sign in to comment.