diff --git a/index.html b/index.html index eb3c2ef5..2671ad1d 100644 --- a/index.html +++ b/index.html @@ -8053,7 +8053,7 @@ - + diff --git a/versioning.js b/versioning.js index ade2a04c..a4cfb23c 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.105.12"; +const VERSION = "1.105.13"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {