fix: enhance population constraints in UI and calculations

This commit is contained in:
Azgaar 2026-01-09 23:21:43 +01:00
parent fa8fd58259
commit 0c26f0831f
4 changed files with 10 additions and 15 deletions

View file

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