We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabd9cb commit 8ce4777Copy full SHA for 8ce4777
2 files changed
index.js
@@ -489,7 +489,7 @@ function Framework() {
489
490
this.id = null;
491
this.version = 2500;
492
- this.version_header = '2.5.0-14';
+ this.version_header = '2.5.0-15';
493
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
494
495
this.config = {
package.json
@@ -75,7 +75,7 @@
75
"name": "Peter Štolc",
76
"email": "stolcp@gmail.com"
77
}],
78
- "version": "2.5.0-14",
+ "version": "2.5.0-15",
79
"homepage": "http://www.totaljs.com",
80
"bugs": {
81
"url": "https://github.com/totaljs/framework/issues",
0 commit comments