Skip to content

Commit 4b63f97

Browse files
committed
New beta version.
1 parent a2bb66c commit 4b63f97

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
@@ -456,7 +456,7 @@ function Framework() {
456456

457457
this.id = null;
458458
this.version = 2000;
459-
this.version_header = '2.0.0-52';
459+
this.version_header = '2.0.0-53';
460460
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
461461

462462
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-52",
78+
"version": "2.0.0-53",
7979
"homepage": "http://www.totaljs.com",
8080
"bugs": {
8181
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)