Skip to content

Commit deb7b2b

Browse files
committed
New development version.
1 parent 674d112 commit deb7b2b

2 files changed

Lines changed: 4 additions & 4 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.7
24+
* @version 1.9.8
2525
*/
2626

2727
'use strict';
@@ -433,8 +433,8 @@ var DATE_EXPIRES = new Date().add('y', 1).toUTCString();
433433
function Framework() {
434434

435435
this.id = null;
436-
this.version = 1970;
437-
this.version_header = '1.9.7';
436+
this.version = 1980;
437+
this.version_header = '1.9.8-1';
438438

439439
var version = process.version.toString().replace('v', '').replace(/\./g, '');
440440
if (version[0] !== '0' || version[1] !== '0')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"name": "Сковорода Никита Андреевич",
6464
"email": "chalkerx@gmail.com"
6565
}],
66-
"version": "1.9.7",
66+
"version": "1.9.8-1",
6767
"homepage": "http://www.totaljs.com",
6868
"bugs": {
6969
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)