fix: submap - generate in current canvas size

This commit is contained in:
Azgaar 2024-12-13 13:15:01 +01:00 committed by sofronaspe
parent 1cbcdbe70a
commit 0c15957b34
6 changed files with 17 additions and 11 deletions

View file

@ -13,7 +13,7 @@
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
*/
const VERSION = "1.106.1";
const VERSION = "1.106.2";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{