fix: remove unwanted states styling

This commit is contained in:
Azgaar 2024-10-03 13:05:10 +02:00
parent 2d0030e3d4
commit 56597d961d
4 changed files with 11 additions and 3 deletions

View file

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