From be33efe3af0851141b125a54088223029bc8a929 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Wed, 15 May 2024 19:23:49 -0700 Subject: [PATCH] welcome message for 0.6.2 Beta update --- src/wwwroot/js/genpage/welcomemessages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wwwroot/js/genpage/welcomemessages.js b/src/wwwroot/js/genpage/welcomemessages.js index 91d03769..40e412f4 100644 --- a/src/wwwroot/js/genpage/welcomemessages.js +++ b/src/wwwroot/js/genpage/welcomemessages.js @@ -53,7 +53,7 @@ function automaticWelcomeMessage(override = null) { `New feature (2024-03-10): Comfy Workflow Browser\nAn easy browser for Comfy workflows in the Comfy tab. (Feature Announcement Link)`, `New feature (2024-04-18): Modern Dark and Light themes!\nBuilt by an actual designer this time! (Feature Announcement Link)\n\n(go to User Settings to change back)`, /* Version release notes */ - `Release notes (2024-03-10): Check out the Release Notes for version 0.6.1 (Beta)\nSwarm is in Beta now! MIT license!` + `Release notes (2024-05-15): Check out the Release Notes for version 0.6.2 (Beta)` ]; let dotnetNotice = document.getElementById('dotnet_missing_message'); if (dotnetNotice) {