Skip to content

Commit

Permalink
mark as v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 13, 2024
1 parent c19a4f2 commit 3122b8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2 Beta**.
**SwarmUI v0.9.3 Beta**.

Formerly known as StableSwarmUI.

Expand Down
4 changes: 2 additions & 2 deletions 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.2.3</Version>
<Version>0.9.3.0</Version>
<NoWarn>CS1998</NoWarn>
<InvariantGlobalization>true</InvariantGlobalization>
<AssemblyName>SwarmUI</AssemblyName>
Expand All @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="FreneticLLC.FreneticUtilities" Version="1.0.33" />
<PackageReference Include="Hardware.Info" Version="100.1.0.1" />
<PackageReference Include="Hardware.Info" Version="101.0.0" />
<PackageReference Include="LiteDB" Version="5.0.21" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
Expand Down
4 changes: 2 additions & 2 deletions src/wwwroot/js/genpage/welcomemessages.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ function automaticWelcomeMessage(override = null) {
`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>`,
`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>`,
/* Version release notes */
`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>`,
`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>`
`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>`,
`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>`
];
let dotnetNotice = document.getElementById('dotnet_missing_message');
if (dotnetNotice) {
Expand Down

0 comments on commit 3122b8a

Please sign in to comment.