Skip to content

Commit cb96f9d

Browse files
author
Adam Rutland
committed
Update Version
1 parent 491bd1d commit cb96f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/vlocitycli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var notifier = require('node-notifier');
88
var properties = require('properties');
99
var stringify = require('json-stable-stringify');
1010

11-
VLOCITY_BUILD_VERSION = '1.5.0';
11+
VLOCITY_BUILD_VERSION = '1.5.1';
1212

1313
var VLOCITY_COMMANDLINE_OPTIONS = {
1414
"activate": Boolean,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"unitTest": "mocha test/**/**.spec.js",
6464
"build": "pkg . --out-path ./bin"
6565
},
66-
"version": "1.5.0"
66+
"version": "1.5.1"
6767
}

0 commit comments

Comments
 (0)