update to 2.5.2

This commit is contained in:
Iuri Matias 2017-07-25 07:31:24 -04:00
parent f2fe24aa29
commit bc2c6b637c
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark": "^2.5.1",
"embark": "^2.5.2",
"mocha": "^2.2.5"
}
}

View File

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

View File

@ -60,7 +60,7 @@ author = u'Iuri Matias'
# 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.

View File

@ -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"