Skip to content

Commit

Permalink
Added a new beta version.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Jan 13, 2025
1 parent 386e525 commit 5f099d9
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.99
========================

========================
0.0.98
========================
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 = 4098;
self.is4 = self.version = 4099;
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.98",
"version": "0.0.99-1",
"description": "Total.js framework v4",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 5f099d9

Please sign in to comment.