fix: issue with feature vertex being out of bound

This commit is contained in:
Azgaar 2024-09-25 17:05:31 +02:00
parent 949a486bf8
commit 84c326e347
4 changed files with 7 additions and 7 deletions

View file

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