File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222/**
2323 * @module Framework
24- * @version 1.9.0
24+ * @version 1.9.1
2525 */
2626
2727'use strict' ;
@@ -221,8 +221,8 @@ global.is_server = true;
221221function Framework ( ) {
222222
223223 this . id = null ;
224- this . version = 1900 ;
225- this . version_header = '1.9.0' ;
224+ this . version = 1910 ;
225+ this . version_header = '1.9.1- 0' ;
226226
227227 var version = process . version . toString ( ) . replace ( 'v' , '' ) . replace ( / \. / g, '' ) ;
228228 if ( version [ 1 ] === '0' )
Original file line number Diff line number Diff line change 2121
2222/**
2323 * @module FrameworkMail
24- * @version 1.9.0
24+ * @version 1.9.1
2525 */
2626
2727'use strict'
Original file line number Diff line number Diff line change 5757 "scripts" : {
5858 "test" : " echo \" Error: no test specified\" && exit 1"
5959 },
60- "version" : " 1.9.0" ,
60+ "version" : " 1.9.1- 0" ,
6161 "homepage" : " http://www.totaljs.com" ,
6262 "bugs" : {
6363 "url" : " https://github.com/totaljs/framework/issues" ,
You can’t perform that action at this time.
0 commit comments