Skip to content

Commit

Permalink
chore: bumped version in preparation for next release (#135)
Browse files Browse the repository at this point in the history
* chore: bumped version in preparation for next release

* trigger codacy

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

* Update UnitystationLauncher/Models/ConfigFile/Config.cs
  • Loading branch information
corp-0 authored Dec 11, 2021
1 parent c13cdaf commit 8fbdbc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,11 @@
<p>Stationhub is now under the MIT license. Pinging in sandbox has been fixed.</p>
</description>
</release>
<release version="930" date="2021-11-30">
<description>
<p>Added server validation logic that will hide servers who don't host their downloads in our CDN for security purposes.</p>
<p>StationHub got a face lifting with some first iterations of future features!.</p>
</description>
</release>
</releases>
</component>
4 changes: 2 additions & 2 deletions UnitystationLauncher/Models/ConfigFile/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ namespace UnitystationLauncher.Models.ConfigFile
{
public class Config : IDisposable
{
//Whenever you change the currentBuild here, please also update the one in UnitystationLauncher/Assets/StationHub.metainfo.xml for Linux software stores. Thank you.
public const int CurrentBuild = 929;
//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.
public const int CurrentBuild = 930;

//file names
private const string WinExeName = "StationHub.exe";
Expand Down

0 comments on commit 8fbdbc2

Please sign in to comment.