Skip to content

Commit 1681ba9

Browse files
committed
update to 2.1.4
1 parent e3ba77d commit 1681ba9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

boilerplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark": "^2.1.3",
13+
"embark": "^2.1.4",
1414
"mocha": "^2.2.5"
1515
}
1616
}

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark": "^2.1.3",
13+
"embark": "^2.1.4",
1414
"mocha": "^2.2.5"
1515
}
1616
}

lib/cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var colors = require('colors');
33

44
var Cmd = function(Embark) {
55
this.Embark = Embark;
6-
program.version('2.1.3');
6+
program.version('2.1.4');
77
};
88

99
Cmd.prototype.process = function(args) {

lib/services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ServicesMonitor.prototype.check = function() {
2828
},
2929
function addEmbarkVersion(web3, result, callback) {
3030
self.logger.trace('addEmbarkVersion');
31-
result.push('Embark 2.1.3'.green);
31+
result.push('Embark 2.1.4'.green);
3232
callback(null, web3, result);
3333
},
3434
function checkEthereum(web3, result, callback) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
55
"scripts": {
66
"test": "grunt jshint && mocha test/ --no-timeouts"

0 commit comments

Comments
 (0)