From 40f79bc8107b7d3452058f0d87cd4c1e58416b05 Mon Sep 17 00:00:00 2001 From: Joe Reynolds Date: Fri, 1 Jun 2018 19:58:31 +0100 Subject: [PATCH] Bump to 1.5.0 --- dist/src/main.js | 2 +- package.json | 2 +- src/main.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/src/main.js b/dist/src/main.js index d055e65..34c92f1 100755 --- a/dist/src/main.js +++ b/dist/src/main.js @@ -9,7 +9,7 @@ const fs = require("fs"); 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, total) { return total + 1; } diff --git a/package.json b/package.json index 3c6c0b2..389331a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/main.ts b/src/main.ts index 225d11c..7f6db20 100644 --- a/src/main.ts +++ b/src/main.ts @@ -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;