Skip to content

Commit c1bc711

Browse files
committed
New beta version.
1 parent d9d76a0 commit c1bc711

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ function Framework() {
459459

460460
this.id = null;
461461
this.version = 2000;
462-
this.version_header = '2.0.0-54';
462+
this.version_header = '2.0.0-55';
463463
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
464464

465465
this.config = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"name": "Peter Štolc",
7676
"email": "stolcp@gmail.com"
7777
}],
78-
"version": "2.0.0-54",
78+
"version": "2.0.0-55",
7979
"homepage": "http://www.totaljs.com",
8080
"bugs": {
8181
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)