diff --git a/index.html b/index.html index 2e22a55c..12565de5 100644 --- a/index.html +++ b/index.html @@ -226,7 +226,7 @@
Azgaar's
Fantasy Map Generator
-
v. 1.7
+
v. 1.71

LOADING...

diff --git a/main.js b/main.js index 9a603827..dd84298f 100644 --- a/main.js +++ b/main.js @@ -2,7 +2,7 @@ // https://github.com/Azgaar/Fantasy-Map-Generator "use strict"; -const version = "1.7"; // generator version +const version = "1.71"; // generator version document.title += " v" + version; // Switches to disable/enable logging features @@ -408,6 +408,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.