Skip to content

Commit 5e9690d

Browse files
authored
chore: add new release information (#214)
1 parent ed0db48 commit 5e9690d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,18 @@
6565
</screenshots>
6666

6767
<releases>
68+
<release version="933" date="2023-08-10">
69+
<description>
70+
<p>Bug Fixes:</p>
71+
<ul>
72+
<li>Fixes a crash that would happen when the blog API was not available.</li>
73+
</ul>
74+
<p>Improvements:</p>
75+
<ul>
76+
<li>Several improvements that will make the application more resilient to regression errors.</li>
77+
</ul>
78+
</description>
79+
</release>
6880
<release version="932" date="2023-06-03">
6981
<description>
7082
<p>Feature Changes:</p>

UnitystationLauncher/Constants/AppInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ public static class AppInfo
44
{
55
// Whenever you change the currentBuild here, please also update the one in
66
// UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml
7-
public const int CurrentBuild = 932;
7+
public const int CurrentBuild = 933;
88
}

0 commit comments

Comments
 (0)