Skip to content

Commit 2ee668f

Browse files
committed
New version.
1 parent d2bb95e commit 2ee668f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ function Framework() {
501501

502502
this.$id = null; // F.id ==> property
503503
this.version = 2610;
504-
this.version_header = '2.6.1-1';
504+
this.version_header = '2.6.1';
505505
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
506506

507507
this.config = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"name": "Peter Štolc",
7676
"email": "stolcp@gmail.com"
7777
}],
78-
"version": "2.6.1-1",
78+
"version": "2.6.1",
7979
"homepage": "http://www.totaljs.com",
8080
"bugs": {
8181
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)