update to 2.2.1

This commit is contained in:
Iuri Matias 2017-01-13 07:46:36 -05:00
parent 21750cf7f9
commit f7bbc1ddc2
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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