From f5065f0771e7c6b94ebd8b7bd607b52f68613073 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 10 Oct 2021 18:46:13 +0300 Subject: [PATCH] pump version to 1.71 --- index.html | 2 +- main.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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.