diff --git a/index.html b/index.html
index 1db3390a..c9da1c3d 100644
--- a/index.html
+++ b/index.html
@@ -2399,19 +2399,12 @@
diff --git a/versioning.js b/versioning.js
index 152199f6..c3a6da86 100644
--- a/versioning.js
+++ b/versioning.js
@@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
-const VERSION = "1.109.0";
+const VERSION = "1.109.1";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{