File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 "license" : " ISC" ,
1111 "homepage" : " " ,
1212 "devDependencies" : {
13- "embark" : " ^2.1.3 " ,
13+ "embark" : " ^2.2.0 " ,
1414 "mocha" : " ^2.2.5"
1515 }
1616}
Original file line number Diff line number Diff line change 1010 "license" : " ISC" ,
1111 "homepage" : " " ,
1212 "devDependencies" : {
13- "embark" : " ^2.1.3 " ,
13+ "embark" : " ^2.2.0 " ,
1414 "mocha" : " ^2.2.5"
1515 }
1616}
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var Swarm = require('./swarm.js');
2727
2828var Embark = {
2929
30- version : '2.1.3 ' ,
30+ version : '2.2.0 ' ,
3131
3232 process : function ( args ) {
3333 var cmd = new Cmd ( Embark ) ;
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments