We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386e525 commit 5f099d9Copy full SHA for 5f099d9
3 files changed
changelog.txt
@@ -1,3 +1,7 @@
1
+========================
2
+0.0.99
3
4
+
5
========================
6
0.0.98
7
index.js
@@ -2216,7 +2216,7 @@ function Framework() {
2216
var self = this;
2217
2218
self.$id = null; // F.id ==> property
2219
- self.is4 = self.version = 4098;
+ self.is4 = self.version = 4099;
2220
self.version_header = '4';
2221
self.version_node = process.version + '';
2222
self.version_node2 = self.version_node.replace(/v|\./g, '').parseInt();
package.json
@@ -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",
0 commit comments