diff --git a/.gitignore b/.gitignore
index daf5cd1b..0f0d3c17 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
.vscode
.idea
/node_modules
+/dist
\ No newline at end of file
diff --git a/index.html b/index.html
index 5b94ff0d..08f5e034 100644
--- a/index.html
+++ b/index.html
@@ -7822,7 +7822,7 @@
-
+
diff --git a/versioning.js b/versioning.js
index 90ed8a41..131faa50 100644
--- a/versioning.js
+++ b/versioning.js
@@ -1,7 +1,7 @@
"use strict";
// version and caching control
-const version = "1.87.06"; // generator version, update each time
+const version = "1.87.07"; // generator version, update each time
{
document.title += " v" + version;