fix: if group is missing, recreate all labels or icons

This commit is contained in:
Azgaar 2026-01-09 22:50:58 +01:00
parent 753db70283
commit fa8fd58259
6 changed files with 44 additions and 48 deletions

View file

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