Skip to content

Commit

Permalink
Bump BITBOX SDK v
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Cardona committed Jan 8, 2019
1 parent c4b4d6c commit 9c496e6
Show file tree
Hide file tree
Showing 4 changed files with 1,907 additions and 2,002 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["flow", "es2015"]
"presets": ["es2015"]
}
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("0.4.11", "-v, --version")
program.version("0.5.0", "-v, --version")

program
.command("new <name>")
Expand Down
Loading

0 comments on commit 9c496e6

Please sign in to comment.