Skip to content

Commit 97a49f3

Browse files
committed
update to 2.2.0
1 parent ede9321 commit 97a49f3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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.1.3",
13+
"embark": "^2.2.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": "^2.1.3",
13+
"embark": "^2.2.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.1'
61+
version = u'2.2'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'2.1.4'
63+
release = u'2.2.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
@@ -27,7 +27,7 @@ var Swarm = require('./swarm.js');
2727

2828
var Embark = {
2929

30-
version: '2.1.3',
30+
version: '2.2.0',
3131

3232
process: function(args) {
3333
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.1.3",
3+
"version": "2.2.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)