update to 2.2.0

This commit is contained in:
Iuri Matias 2017-01-11 06:57:57 -05:00
parent ede9321f3e
commit 97a49f3136
5 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -58,9 +58,9 @@ author = u'Iuri Matias <iuri.matiasl@gmail.com>'
# built documents.
#
# The short X.Y version.
version = u'2.1'
version = u'2.2'
# The full version, including alpha/beta/rc tags.
release = u'2.1.4'
release = u'2.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -27,7 +27,7 @@ var Swarm = require('./swarm.js');
var Embark = {
version: '2.1.3',
version: '2.2.0',
process: function(args) {
var cmd = new Cmd(Embark);

View File

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