diff --git a/index.html b/index.html index 4bc61652..9f84bab1 100644 --- a/index.html +++ b/index.html @@ -8070,7 +8070,7 @@ - + diff --git a/versioning.js b/versioning.js index 6f8bf5f7..f89a5780 100644 --- a/versioning.js +++ b/versioning.js @@ -12,7 +12,7 @@ * * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.103.5"; +const VERSION = "1.103.6"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {