Skip to content

Commit 8ce4777

Browse files
committed
Update beta version.
1 parent fabd9cb commit 8ce4777

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

490490
this.id = null;
491491
this.version = 2500;
492-
this.version_header = '2.5.0-14';
492+
this.version_header = '2.5.0-15';
493493
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
494494

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

0 commit comments

Comments
 (0)