Skip to content

Commit

Permalink
chore: add new release information (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
corp-0 authored Aug 10, 2023
1 parent ed0db48 commit 5e9690d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,18 @@
</screenshots>

<releases>
<release version="933" date="2023-08-10">
<description>
<p>Bug Fixes:</p>
<ul>
<li>Fixes a crash that would happen when the blog API was not available.</li>
</ul>
<p>Improvements:</p>
<ul>
<li>Several improvements that will make the application more resilient to regression errors.</li>
</ul>
</description>
</release>
<release version="932" date="2023-06-03">
<description>
<p>Feature Changes:</p>
Expand Down
2 changes: 1 addition & 1 deletion UnitystationLauncher/Constants/AppInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ public static class AppInfo
{
// Whenever you change the currentBuild here, please also update the one in
// UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml
public const int CurrentBuild = 932;
public const int CurrentBuild = 933;
}

0 comments on commit 5e9690d

Please sign in to comment.