Skip to content

Commit 5d5da6a

Browse files
committed
mark v0.9.5
1 parent 5bf838a commit 5d5da6a

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.4 Beta**.
3+
**SwarmUI v0.9.5 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.4.1</Version>
5+
<Version>0.9.5.0</Version>
66
<NoWarn>CS1998</NoWarn>
77
<InvariantGlobalization>true</InvariantGlobalization>
88
<AssemblyName>SwarmUI</AssemblyName>

src/wwwroot/js/genpage/welcomemessages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function automaticWelcomeMessage(override = null) {
4848
`Did you know:\nSomething going wrong?\nCheck the <b>Server</b> tab for debug logs, system resource usage, etc.`,
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
/* Version release notes */
51-
`Release notes (2024-12-06): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.4-Beta">Release Notes for version 0.9.4 (Beta)</a>`
51+
`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>`
5252
];
5353
let dotnetNotice = document.getElementById('dotnet_missing_message');
5454
if (dotnetNotice) {

0 commit comments

Comments
 (0)