chore: update version to 1.114.0 and adjust related script references + fix migration

This commit is contained in:
StempunkDev 2026-02-27 01:23:22 +01:00
parent fd3200739f
commit 3927a762fc
3 changed files with 16 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.113.0";
const VERSION = "1.114.0";
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
{