File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 "license" : " ISC" ,
1010 "homepage" : " " ,
1111 "devDependencies" : {
12- "embark" : " ^2.4.1 " ,
12+ "embark" : " ^2.4.2 " ,
1313 "mocha" : " ^2.2.5"
1414 }
1515}
Original file line number Diff line number Diff line change 1010 "license" : " ISC" ,
1111 "homepage" : " " ,
1212 "devDependencies" : {
13- "embark" : " ^2.4.1 " ,
13+ "embark" : " ^2.4.2 " ,
1414 "mocha" : " ^2.2.5"
1515 }
1616}
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = u'2.4'
6262# The full version, including alpha/beta/rc tags.
63- release = u'2.4.1 '
63+ release = u'2.4.2 '
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 @@ -14,7 +14,7 @@ var Engine = function(options) {
1414 this . env = options . env ;
1515 this . embarkConfig = options . embarkConfig ;
1616 this . interceptLogs = options . interceptLogs ;
17- this . version = "2.4.1 " ;
17+ this . version = "2.4.2 " ;
1818} ;
1919
2020Engine . prototype . init = function ( _options ) {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ var blessed = require("blessed");
44var CommandHistory = require ( './command_history.js' ) ;
55
66function Dashboard ( options ) {
7- var title = ( options && options . title ) || "Embark 2.4.1 " ;
7+ var title = ( options && options . title ) || "Embark 2.4.2 " ;
88 this . env = options . env ;
99 this . console = options . console ;
1010 this . history = new CommandHistory ( ) ;
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ var Cmd = require('./cmd.js');
2525
2626var Embark = {
2727
28- version : '2.4.1 ' ,
28+ version : '2.4.2 ' ,
2929
3030 process : function ( args ) {
3131 var cmd = new Cmd ( Embark ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " embark" ,
3- "version" : " 2.4.1 " ,
3+ "version" : " 2.4.2 " ,
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