Skip to content

Commit 8fbdbc2

Browse files
authored
chore: bumped version in preparation for next release (#135)
* chore: bumped version in preparation for next release * trigger codacy * Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml * Update UnitystationLauncher/Models/ConfigFile/Config.cs
1 parent c13cdaf commit 8fbdbc2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,11 @@
5252
<p>Stationhub is now under the MIT license. Pinging in sandbox has been fixed.</p>
5353
</description>
5454
</release>
55+
<release version="930" date="2021-11-30">
56+
<description>
57+
<p>Added server validation logic that will hide servers who don't host their downloads in our CDN for security purposes.</p>
58+
<p>StationHub got a face lifting with some first iterations of future features!.</p>
59+
</description>
60+
</release>
5561
</releases>
5662
</component>

UnitystationLauncher/Models/ConfigFile/Config.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ namespace UnitystationLauncher.Models.ConfigFile
1010
{
1111
public class Config : IDisposable
1212
{
13-
//Whenever you change the currentBuild here, please also update the one in UnitystationLauncher/Assets/StationHub.metainfo.xml for Linux software stores. Thank you.
14-
public const int CurrentBuild = 929;
13+
//Whenever you change the currentBuild here, please also update the one in UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml for Linux software stores. Thank you.
14+
public const int CurrentBuild = 930;
1515

1616
//file names
1717
private const string WinExeName = "StationHub.exe";

0 commit comments

Comments
 (0)