diff --git a/index.html b/index.html index da856572..4ebd35b5 100644 --- a/index.html +++ b/index.html @@ -8078,7 +8078,7 @@ - + diff --git a/modules/ui/world-configurator.js b/modules/ui/world-configurator.js index ef762e2b..0b5abab0 100644 --- a/modules/ui/world-configurator.js +++ b/modules/ui/world-configurator.js @@ -15,7 +15,7 @@ function editWorld() { pane.insertAdjacentHTML("afterbegin", checkbox); const button = this.parentElement.querySelector(".ui-dialog-buttonset > button"); - button.on("mousemove", () => tip("Apply curreny settings to the map")); + button.on("mousemove", () => tip("Apply current settings to the map")); }, close: function () { $(this).dialog("destroy"); diff --git a/versioning.js b/versioning.js index 85a1f8bb..e6b4739d 100644 --- a/versioning.js +++ b/versioning.js @@ -12,7 +12,7 @@ * * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.105.3"; +const VERSION = "1.105.4"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {