Skip to content

Commit 3122b8a

Browse files
committed
mark as v0.9.3
1 parent c19a4f2 commit 3122b8a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.2 Beta**.
3+
**SwarmUI v0.9.3 Beta**.
44

55
Formerly known as StableSwarmUI.
66

src/SwarmUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<Version>0.9.2.3</Version>
5+
<Version>0.9.3.0</Version>
66
<NoWarn>CS1998</NoWarn>
77
<InvariantGlobalization>true</InvariantGlobalization>
88
<AssemblyName>SwarmUI</AssemblyName>
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="FreneticLLC.FreneticUtilities" Version="1.0.33" />
20-
<PackageReference Include="Hardware.Info" Version="100.1.0.1" />
20+
<PackageReference Include="Hardware.Info" Version="101.0.0" />
2121
<PackageReference Include="LiteDB" Version="5.0.21" />
2222
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2323
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />

src/wwwroot/js/genpage/welcomemessages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ function automaticWelcomeMessage(override = null) {
5858
`New feature (2024-07-31): Support for Black Forest Labs' new Flux.1 models!\nRequires very high-end GPUs, but is the new best foundation model in the world. <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/discussions/1#discussioncomment-10216583">(Feature Announcement Link)</a>`,
5959
`New feature (2024-08-10): Image Editor SAM2 Autosegment\nWant the AI to help you mask even in manual mask painting? Now it can! <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/discussions/1#discussioncomment-10296989">(Feature Announcement Link)</a>`,
6060
/* Version release notes */
61-
`Release notes (2024-07-08): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.1-Beta">Release Notes for version 0.9.1 (Beta)</a>`,
62-
`Release notes (2024-08-10): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.2-Beta">Release Notes for version 0.9.2 (Beta)</a>`
61+
`Release notes (2024-08-10): Check out the <a target="_blank" href="https://github.com/mcmonkeyprojects/SwarmUI/releases/tag/0.9.2-Beta">Release Notes for version 0.9.2 (Beta)</a>`,
62+
`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>`
6363
];
6464
let dotnetNotice = document.getElementById('dotnet_missing_message');
6565
if (dotnetNotice) {

0 commit comments

Comments
 (0)