From 315aad2521150a9fe4e06fa6ba5adddfc7fab124 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 6 Feb 2022 01:30:12 +0300 Subject: [PATCH] pump version to v1.721 --- main.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/main.js b/main.js index f153ba83..4c7d6f41 100644 --- a/main.js +++ b/main.js @@ -2,7 +2,7 @@ // https://github.com/Azgaar/Fantasy-Map-Generator "use strict"; -const version = "1.72"; // generator version +const version = "1.721"; // generator version document.title += " v" + version; // switches to disable/enable logging features @@ -435,15 +435,12 @@ 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.

Join our ${discord} and ${reddit} to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.