Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 6, 2024
1 parent ed6deab commit e1ffa2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SwarmUI

**SwarmUI v0.9.3 Beta**.
**SwarmUI v0.9.4 Beta**.

Formerly known as StableSwarmUI.

Expand Down
2 changes: 1 addition & 1 deletion src/SwarmUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>0.9.3.2</Version>
<Version>0.9.4.0</Version>
<NoWarn>CS1998</NoWarn>
<InvariantGlobalization>true</InvariantGlobalization>
<AssemblyName>SwarmUI</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/wwwroot/js/genpage/welcomemessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function automaticWelcomeMessage(override = null) {
`Did you know:\nSomething going wrong?\nCheck the <b>Server</b> tab for debug logs, system resource usage, etc.`,
`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>`,
/* Version release notes */
`Release notes (2024-10-13): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.3-Beta">Release Notes for version 0.9.3 (Beta)</a>`
`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>`
];
let dotnetNotice = document.getElementById('dotnet_missing_message');
if (dotnetNotice) {
Expand Down

0 comments on commit e1ffa2c

Please sign in to comment.