Skip to content

Commit b6da30b

Browse files
committed
New beta version.
1 parent 563ba78 commit b6da30b

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

449449
this.id = null;
450450
this.version = 2000;
451-
this.version_header = '2.0.0-43';
451+
this.version_header = '2.0.0-44';
452452
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
453453

454454
this.config = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"name": "Martin Smola",
7373
"email": "smola.martin@gmail.com"
7474
}],
75-
"version": "2.0.0-43",
75+
"version": "2.0.0-44",
7676
"homepage": "http://www.totaljs.com",
7777
"bugs": {
7878
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)