update to 2.1.0

This commit is contained in:
Iuri Matias 2016-10-24 06:14:35 -04:00
parent 3d90c3ffed
commit a6397b3fe9
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark": "^2.0.1",
"embark": "^2.1.0",
"mocha": "^2.2.5"
}
}

View File

@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark": "^2.0.1",
"embark": "^2.1.0",
"mocha": "^2.2.5"
}
}

View File

@ -3,7 +3,7 @@ var colors = require('colors');
var Cmd = function(Embark) {
this.Embark = Embark;
program.version('2.0.1');
program.version('2.1.0');
};
Cmd.prototype.process = function(args) {

View File

@ -1,6 +1,6 @@
{
"name": "embark",
"version": "2.0.1",
"version": "2.1.0",
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
"scripts": {
"test": "grunt jshint && mocha test/ --no-timeouts"