diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml index 50b3c88f..018ebd39 100644 --- a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml +++ b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml @@ -65,6 +65,15 @@ + + +

New:

+
    +
  • Added support for code scanning. Forks will be audited to make sure they are not using any potentially dangerous function outside of our whitelist.
  • +
  • Added a new TTS functionality. StationHub will download and handle the TTS server that will communicate with the game for charcter voices.
  • +
+
+

Bug Fixes:

diff --git a/UnitystationLauncher/Constants/AppInfo.cs b/UnitystationLauncher/Constants/AppInfo.cs index 60627cf5..8f084c4c 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 = 933; + public const int CurrentBuild = 934; } \ No newline at end of file