Skip to content

Commit ef66fde

Browse files
committed
Updated beta version.
1 parent 61fe106 commit ef66fde

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
@@ -424,7 +424,7 @@ function Framework() {
424424

425425
this.id = null;
426426
this.version = 2000;
427-
this.version_header = '2.0.0-19';
427+
this.version_header = '2.0.0-20';
428428
this.version_node = process.version.toString().replace('v', '').replace(/\./g, '').parseFloat();
429429

430430
this.config = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"name": "Сковорода Никита Андреевич",
6767
"email": "chalkerx@gmail.com"
6868
}],
69-
"version": "2.0.0-19",
69+
"version": "2.0.0-20",
7070
"homepage": "http://www.totaljs.com",
7171
"bugs": {
7272
"url": "https://github.com/totaljs/framework/issues",

0 commit comments

Comments
 (0)