From 3d22b37a3c32f4ddc8d91e3c5f9de705d7aa326b Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 15 Feb 2022 00:19:29 +0300 Subject: [PATCH] pump version to 1.731 --- main.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index 72c726ab..713b5021 100644 --- a/main.js +++ b/main.js @@ -2,7 +2,7 @@ // https://github.com/Azgaar/Fantasy-Map-Generator "use strict"; -const version = "1.73"; // generator version +const version = "1.731"; // generator version document.title += " v" + version; // switches to disable/enable logging features @@ -434,9 +434,10 @@ function showWelcomeMessage() { const discord = link("https://discordapp.com/invite/X7E84HU", "Discord server"); const patreon = link("https://www.patreon.com/azgaar", "Patreon"); - alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version ${version}. + alertMessage.innerHTML = `The Fantasy Map Generator is updated up to version ${version}. This version is compatible with ${changelog}, loaded .map files will be auto-updated. -