Skip to content

Commit

Permalink
Updated beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Jul 30, 2024
1 parent 1db884e commit c1f5adb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
========================
0.0.98
========================

========================
0.0.97
========================
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ function Framework() {
var self = this;

self.$id = null; // F.id ==> property
self.is4 = self.version = 4097;
self.is4 = self.version = 4098;
self.version_header = '4';
self.version_node = process.version + '';
self.version_node2 = self.version_node.replace(/v|\./g, '').parseInt();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "total4",
"version": "0.0.97",
"version": "0.0.98-1",
"description": "Total.js framework v4",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit c1f5adb

Please sign in to comment.