From bc2c6b637cb3f08d5ebb2c4bd1abf3a10e8a1309 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 25 Jul 2017 07:31:24 -0400 Subject: [PATCH] update to 2.5.2 --- boilerplate/package.json | 2 +- demo/package.json | 2 +- docs/conf.py | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boilerplate/package.json b/boilerplate/package.json index 64f510d4bb..3dac555b09 100644 --- a/boilerplate/package.json +++ b/boilerplate/package.json @@ -9,7 +9,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.5.1", + "embark": "^2.5.2", "mocha": "^2.2.5" } } diff --git a/demo/package.json b/demo/package.json index 4c8b060e63..930fb00470 100644 --- a/demo/package.json +++ b/demo/package.json @@ -10,7 +10,7 @@ "license": "ISC", "homepage": "", "devDependencies": { - "embark": "^2.5.1", + "embark": "^2.5.2", "mocha": "^2.2.5" } } diff --git a/docs/conf.py b/docs/conf.py index f254edd115..7bb0e679f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = u'2.5' # The full version, including alpha/beta/rc tags. -release = u'2.5.1' +release = u'2.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/package.json b/package.json index 74c8eae455..ef3363ccda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "embark", - "version": "2.5.1", + "version": "2.5.2", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { "test": "grunt jshint && mocha test/ --no-timeouts"