Skip to content

Commit a0ebbe7

Browse files
committed
Update version.
1 parent cb4bdbb commit a0ebbe7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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;
221221
function 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')

mail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
/**
2323
* @module FrameworkMail
24-
* @version 1.9.0
24+
* @version 1.9.1
2525
*/
2626

2727
'use strict'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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",

0 commit comments

Comments
 (0)