Skip to content

Commit 09c443a

Browse files
committed
mark as 0.9.6
1 parent 3ed0fab commit 09c443a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SwarmUI
22

3-
**SwarmUI v0.9.5 Beta**.
3+
**SwarmUI v0.9.6 Beta**.
44

55
*Formerly known as StableSwarmUI.*
66

src/SwarmUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>0.9.5.3</Version>
5+
<Version>0.9.6.0</Version>
66
<NoWarn>CS1998</NoWarn>
77
<InvariantGlobalization>true</InvariantGlobalization>
88
<AssemblyName>SwarmUI</AssemblyName>

src/wwwroot/js/genpage/gentab/welcomemessages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function automaticWelcomeMessage(override = null) {
4949
`Did you know:\nWant to try some fancy prompting?\nJust type a '&lt;' symbol and watch the suggestions for prompt-syntax tools appear! Give the syntax features a try! <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Features/Prompt%20Syntax.md">(Documentation Here)</a>`,
5050
`Did you know:\nSwarm doesn't update itself by default.\nGo to the '<b>Server</b>' tab and click '<b>Update and Restart</b>' to get the latest version. There's also a '<b>Server Config</b>' option to always pull dev updates.`,
5151
/* Version release notes */
52-
`Release notes (2025-01-31): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.5-Beta">Release Notes for version 0.9.5 (Beta)</a>`
52+
`Release notes (2025-04-15): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.6-Beta">Release Notes for version 0.9.6 (Beta)</a>`
5353
];
5454
let dotnetNotice = document.getElementById('dotnet_missing_message');
5555
if (dotnetNotice) {

0 commit comments

Comments
 (0)