From e1ffa2cca93575d35de34ce25a95e63f478a6401 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Fri, 6 Dec 2024 06:00:26 -0800 Subject: [PATCH] v0.9.4 --- README.md | 2 +- src/SwarmUI.csproj | 2 +- src/wwwroot/js/genpage/welcomemessages.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c59e5bc..c0c4eb3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SwarmUI -**SwarmUI v0.9.3 Beta**. +**SwarmUI v0.9.4 Beta**. Formerly known as StableSwarmUI. diff --git a/src/SwarmUI.csproj b/src/SwarmUI.csproj index 64da5cf8..c5f38675 100644 --- a/src/SwarmUI.csproj +++ b/src/SwarmUI.csproj @@ -2,7 +2,7 @@ net8.0 - 0.9.3.2 + 0.9.4.0 CS1998 true SwarmUI diff --git a/src/wwwroot/js/genpage/welcomemessages.js b/src/wwwroot/js/genpage/welcomemessages.js index 72f7badf..606b1c62 100644 --- a/src/wwwroot/js/genpage/welcomemessages.js +++ b/src/wwwroot/js/genpage/welcomemessages.js @@ -48,7 +48,7 @@ function automaticWelcomeMessage(override = null) { `Did you know:\nSomething going wrong?\nCheck the Server tab for debug logs, system resource usage, etc.`, `Did you know:\nWant to try some fancy prompting?\nJust type a '<' symbol and watch the suggestions for prompt-syntax tools appear! Give the syntax features a try! (Documentation Here)`, /* Version release notes */ - `Release notes (2024-10-13): Check out the Release Notes for version 0.9.3 (Beta)` + `Release notes (2024-12-06): Check out the Release Notes for version 0.9.4 (Beta)` ]; let dotnetNotice = document.getElementById('dotnet_missing_message'); if (dotnetNotice) {