Skip to content

Commit e6645d7

Browse files
committed
Swarm 0.9.1
1 parent 2f89165 commit e6645d7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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 0.9.0.1 Beta**.
3+
**SwarmUI 0.9.1.0 Beta**.
44

55
A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.
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.0.1</Version>
5+
<Version>0.9.1.0</Version>
66
<NoWarn>CS1998</NoWarn>
77
<InvariantGlobalization>true</InvariantGlobalization>
88
</PropertyGroup>

src/wwwroot/js/genpage/welcomemessages.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ function automaticWelcomeMessage(override = null) {
5555
`New feature (2024-06-02): TensorRT Support!\nFor making things go fasterer! <a href="https://github.com/Stability-AI/StableSwarmUI/discussions/11#discussioncomment-9641683">(Feature Announcement Link)</a>`,
5656
`New feature (2024-06-12): SD3-Medium!\nCool new model architecture! <a href="https://new.reddit.com/r/StableDiffusion/comments/1de65iz">(Reddit Post Link)</a>`,
5757
/* Version release notes */
58-
`Release notes (2024-06-21): Check out the <a href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.0-Beta">Release Notes for version 0.9.0 (Beta)</a>`
58+
`Release notes (2024-06-21): Check out the <a href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.0-Beta">Release Notes for version 0.9.0 (Beta)</a>`,
59+
`Release notes (2024-08-08): Check out the <a href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.1-Beta">Release Notes for version 0.9.1 (Beta)</a>`
5960
];
6061
let dotnetNotice = document.getElementById('dotnet_missing_message');
6162
if (dotnetNotice) {

0 commit comments

Comments
 (0)