Skip to content

Commit

Permalink
Bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joereynolds committed Jun 1, 2018
1 parent add1424 commit 40f79bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/src/main.js

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
Expand Up @@ -11,7 +11,7 @@
"ui",
"frontend"
],
"version": "1.4.0",
"version": "1.5.0",
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json -p tsconfig.json",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const program = require("commander");
const commandExists = require("command-exists").sync;
const process = require("process");

const version = "1.4.0";
const version = "1.5.0";

function increaseVerbosity(v: any, total: any) {
return total + 1;
Expand Down

0 comments on commit 40f79bc

Please sign in to comment.