diff --git a/public/updates/index.html b/public/updates/index.html
index cb40c55..3a6c4e0 100644
--- a/public/updates/index.html
+++ b/public/updates/index.html
@@ -52,6 +52,7 @@
MineXLauncher 1.5
You can now install the launcher as a PWA web app
+ Ads have been added, join the Discord server to disable them
MineXLauncher 1.4
Added welcome and setup screen
diff --git a/src/resources/scripts/main.ts b/src/resources/scripts/main.ts
index 640fab9..7bf8c0d 100644
--- a/src/resources/scripts/main.ts
+++ b/src/resources/scripts/main.ts
@@ -343,7 +343,8 @@ if (window.location.pathname === '/') {
alert(`MineXLauncher has been updated to v${launcherVersion}!
Changes in v${launcherVersion}:
- - You can now install the launcher as a PWA web app`);
+ - You can now install the launcher as a PWA web app
+ - Ads have been added, join the Discord server to disable them`);
storage.local.set('lastVersion', launcherVersion);
}
});