Skip to content

Commit d85c588

Browse files
committed
New beta version v2.4.0-16.
1 parent 79d639c commit d85c588

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

513513
this.id = null;
514514
this.version = 2400;
515-
this.version_header = '2.4.0-15';
515+
this.version_header = '2.4.0-16';
516516
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
517517

518518
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.4.0-15",
78+
"version": "2.4.0-16",
7979
"homepage": "http://www.totaljs.com",
8080
"bugs": {
8181
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)