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