update to 2.3.0

This commit is contained in:
Iuri Matias 2017-02-08 06:38:26 -05:00
parent ba2315c15e
commit d0c020dce5
6 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,3 @@
note: readme is up to date to the develop branch and upcoming version 2.3.0
[![Join the chat at https://gitter.im/iurimatias/embark-framework](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/iurimatias/embark-framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build
Status](https://travis-ci.org/iurimatias/embark-framework.svg?branch=develop)](https://travis-ci.org/iurimatias/embark-framework)

View File

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

View File

@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark": "../",
"embark": "^2.3.0",
"mocha": "^2.2.5"
}
}

View File

@ -58,9 +58,9 @@ author = u'Iuri Matias'
# built documents.
#
# The short X.Y version.
version = u'2.2'
version = u'2.3'
# The full version, including alpha/beta/rc tags.
release = u'2.2.1'
release = u'2.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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

View File

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