fix(v1.108.11): add external icons to export in base64 format

This commit is contained in:
Azgaar 2025-07-18 02:31:10 +02:00
parent 738732364e
commit d06ebe5ac8
3 changed files with 36 additions and 2 deletions

View file

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