Skip to content

Commit ab669ca

Browse files
Bod9001corp-0
andauthored
Bump (#233)
* Bump * Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml Co-authored-by: Gilles <43683714+corp-0@users.noreply.github.com> * Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml Co-authored-by: Gilles <43683714+corp-0@users.noreply.github.com> --------- Co-authored-by: Gilles <43683714+corp-0@users.noreply.github.com>
1 parent 1c0be75 commit ab669ca

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

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

6767
<releases>
68+
<release version="935" date="2024-12-14">
69+
<description>
70+
<p>Fix:</p>
71+
<ul>
72+
<li>Fixed download bar disappearing when downloading TTS content</li>
73+
<li>Fixed minimise maximise and close buttons not working properly and being small</li>
74+
</ul>
75+
</description>
76+
</release>
6877
<release version="934" date="2024-12-12">
6978
<description>
7079
<p>New:</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 = 934;
7+
public const int CurrentBuild = 935;
88
}

0 commit comments

Comments
 (0)