diff --git a/main.js b/main.js index c43ab673..e6531488 100644 --- a/main.js +++ b/main.js @@ -2,7 +2,7 @@ // https://github.com/Azgaar/Fantasy-Map-Generator "use strict"; -const version = "1.731"; // generator version +const version = "1.732"; // generator version document.title += " v" + version; // switches to disable/enable logging features @@ -446,6 +446,7 @@ function showWelcomeMessage() { 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.