Skip to content

Commit d0c020d

Browse files
committed
update to 2.3.0
1 parent ba2315c commit d0c020d

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
note: readme is up to date to the develop branch and upcoming version 2.3.0
2-
31
[![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)
42
[![Build
53
Status](https://travis-ci.org/iurimatias/embark-framework.svg?branch=develop)](https://travis-ci.org/iurimatias/embark-framework)

boilerplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark": "^2.2.1",
13+
"embark": "^2.3.0",
1414
"mocha": "^2.2.5"
1515
}
1616
}

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark": "../",
13+
"embark": "^2.3.0",
1414
"mocha": "^2.2.5"
1515
}
1616
}

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = u'2.2'
61+
version = u'2.3'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'2.2.1'
63+
release = u'2.3.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var Swarm = require('./swarm.js');
2828

2929
var Embark = {
3030

31-
version: '2.2.1',
31+
version: '2.3.0',
3232

3333
process: function(args) {
3434
var cmd = new Cmd(Embark);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
55
"scripts": {
66
"test": "grunt jshint && mocha test/ --no-timeouts"

0 commit comments

Comments
 (0)