We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2bb66c commit 4b63f97Copy full SHA for 4b63f97
2 files changed
index.js
@@ -456,7 +456,7 @@ function Framework() {
456
457
this.id = null;
458
this.version = 2000;
459
- this.version_header = '2.0.0-52';
+ this.version_header = '2.0.0-53';
460
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
461
462
this.config = {
package.json
@@ -75,7 +75,7 @@
75
"name": "Peter Štolc",
76
"email": "stolcp@gmail.com"
77
}],
78
- "version": "2.0.0-52",
+ "version": "2.0.0-53",
79
"homepage": "http://www.totaljs.com",
80
"bugs": {
81
"url": "https://github.com/totaljs/framework/issues",
0 commit comments