diff --git a/index.html b/index.html
index 7a1f782c..5e8a9909 100644
--- a/index.html
+++ b/index.html
@@ -2219,8 +2219,8 @@
open source
- tool which procedurally generates fantasy maps. You may use auto-generated maps as they are, edit them or
- even create a new map from scratch. Check out the
+ tool by Azgaar. You may use auto-generated maps as they are, edit them or even create a new map from
+ scratch. Check out the
Quick start, Q&A,
@@ -2297,6 +2297,18 @@
+
+
Check out our other projects:
+
+ •
Armoria: a tool for creating heraldic
+ coats of arms
+
+
+ •
Deorum: a vast gallery of customizable fantasy
+ characters
+
+
+
+
+ Check out our other projects:
+
+ - ${Armoria}: a tool for creating heraldic coats of arms
+ - ${Deorum}: a vast gallery of customizable fantasy characters
+
+ `;
$("#alert").dialog({
resizable: false,
diff --git a/versioning.js b/versioning.js
index 0772ba26..dd722c44 100644
--- a/versioning.js
+++ b/versioning.js
@@ -1,7 +1,7 @@
"use strict";
// version and caching control
-const version = "1.93.00"; // generator version, update each time
+const version = "1.93.01"; // generator version, update each time
{
document.title += " v" + version;