We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v2.4.0-16
1 parent 79d639c commit d85c588Copy full SHA for d85c588
2 files changed
index.js
@@ -512,7 +512,7 @@ function Framework() {
512
513
this.id = null;
514
this.version = 2400;
515
- this.version_header = '2.4.0-15';
+ this.version_header = '2.4.0-16';
516
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
517
518
this.config = {
package.json
@@ -75,7 +75,7 @@
75
"name": "Peter Štolc",
76
"email": "stolcp@gmail.com"
77
}],
78
- "version": "2.4.0-15",
+ "version": "2.4.0-16",
79
"homepage": "http://www.totaljs.com",
80
"bugs": {
81
"url": "https://github.com/totaljs/framework/issues",
0 commit comments