From 5e9690d3510b116c0960e290d0809d912cd0167d Mon Sep 17 00:00:00 2001 From: Gilles <43683714+corp-0@users.noreply.github.com> Date: Thu, 10 Aug 2023 14:34:05 -0400 Subject: [PATCH] chore: add new release information (#214) --- .../Assets/org.unitystation.StationHub.metainfo.xml | 12 ++++++++++++ UnitystationLauncher/Constants/AppInfo.cs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml index d461976e..50b3c88f 100644 --- a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml +++ b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml @@ -65,6 +65,18 @@ + + +

Bug Fixes:

+
    +
  • Fixes a crash that would happen when the blog API was not available.
  • +
+

Improvements:

+
    +
  • Several improvements that will make the application more resilient to regression errors.
  • +
+
+

Feature Changes:

diff --git a/UnitystationLauncher/Constants/AppInfo.cs b/UnitystationLauncher/Constants/AppInfo.cs index 910fd47e..60627cf5 100644 --- a/UnitystationLauncher/Constants/AppInfo.cs +++ b/UnitystationLauncher/Constants/AppInfo.cs @@ -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; } \ No newline at end of file