diff --git a/main.js b/main.js
index bd4582ee..72c726ab 100644
--- a/main.js
+++ b/main.js
@@ -437,7 +437,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.
Latest changes:
- - Zones editor: fitler by type
+ - Zones editor: filter by type
- Color picker: new hatchings
- New style presets: Cyberpunk and Atlas
- Burg temperature graph
diff --git a/modules/ui/options.js b/modules/ui/options.js
index 903e3cd5..f0e2f042 100644
--- a/modules/ui/options.js
+++ b/modules/ui/options.js
@@ -104,7 +104,7 @@ function showSupporters() {
Dario Spadavecchia,Bas Kroot,John Patrick Callahan Jr,Alexandra Vesey,D,Exp1nt,james,Braxton Istace,w,Rurikid,AntiBlock,Redsauz,BigE0021,
Jonathan Williams,ojacid .,Brian Wilson,A Patreon of the Ahts,Shubham Jakhotiya,www15o,Jan Bundesmann,Angelique Badger,Joshua Xiong,Moist mongol,
Frank Fewkes,jason baldrick,Game Master Pro,Andrew Kircher,Preston Mitchell,Chris Kohut,Emarandzeb,Trentin Bergeron,Damon Gallaty,Pleaseworkforonce,
- Jordan,William Markus,Sidr Dim,Alexander Whittaker,The Next Level,Patrick Valverde`;
+ Jordan,William Markus,Sidr Dim,Alexander Whittaker,The Next Level,Patrick Valverde,Markus Peham,Daniel Cooper`;
const array = supporters
.replace(/(?:\r\n|\r|\n)/g, "")