From f7bbc1ddc2f46b67f8a26edb02467649f94d07ea Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 13 Jan 2017 07:46:36 -0500 Subject: [PATCH] update to 2.2.1 --- boilerplate/package.json | 2 +- demo/package.json | 2 +- docs/conf.py | 2 +- lib/index.js | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boilerplate/package.json b/boilerplate/package.json index ac314434..d478305a 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.2.0", + "embark": "^2.2.1", "mocha": "^2.2.5" } } diff --git a/demo/package.json b/demo/package.json index ac314434..d478305a 100644 --- a/demo/package.json +++ b/demo/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.2.0", + "embark": "^2.2.1", "mocha": "^2.2.5" } } diff --git a/docs/conf.py b/docs/conf.py index 6ee4fd5f..2cf6c12a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ author = u'Iuri Matias ' # The short X.Y version. version = u'2.2' # 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 # for a list of supported languages. diff --git a/lib/index.js b/lib/index.js index 02ae33c8..c30f8f7b 100644 --- a/lib/index.js +++ b/lib/index.js @@ -27,7 +27,7 @@ var Swarm = require('./swarm.js'); var Embark = { - version: '2.2.0', + version: '2.2.1', process: function(args) { var cmd = new Cmd(Embark); diff --git a/package.json b/package.json index 455be97a..5c264b2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "2.2.0", + "version": "2.2.1", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "grunt jshint && mocha test/ --no-timeouts"