fix: features - define first cell

This commit is contained in:
Azgaar 2024-09-22 13:04:22 +02:00
parent 6d3b88b36f
commit 97e504d2aa
3 changed files with 27 additions and 11 deletions

View file

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