From a66b60b5a743a6bbd1feea3b730a56d8e9b4c0d6 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 7 Mar 2026 15:32:44 +0100 Subject: [PATCH] style: make machine save option more visible --- public/versioning.js | 2 +- src/index.html | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/public/versioning.js b/public/versioning.js index 8e45dc9d..528f7cf2 100644 --- a/public/versioning.js +++ b/public/versioning.js @@ -13,7 +13,7 @@ * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.113.3"; +const VERSION = "1.113.4"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); { diff --git a/src/index.html b/src/index.html index 52d2c51e..1398773a 100644 --- a/src/index.html +++ b/src/index.html @@ -6221,7 +6221,12 @@