We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bb95e commit 2ee668fCopy full SHA for 2ee668f
2 files changed
index.js
@@ -501,7 +501,7 @@ function Framework() {
501
502
this.$id = null; // F.id ==> property
503
this.version = 2610;
504
- this.version_header = '2.6.1-1';
+ this.version_header = '2.6.1';
505
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
506
507
this.config = {
package.json
@@ -75,7 +75,7 @@
75
"name": "Peter Štolc",
76
"email": "stolcp@gmail.com"
77
}],
78
- "version": "2.6.1-1",
+ "version": "2.6.1",
79
"homepage": "http://www.totaljs.com",
80
"bugs": {
81
"url": "https://github.com/totaljs/framework/issues",
0 commit comments