fix: update group style for old versions

This commit is contained in:
Azgaar 2026-01-08 18:36:21 +01:00
parent 50f51bd838
commit d0395624af
4 changed files with 12 additions and 6 deletions

View file

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