diff --git a/Launcher.props b/Launcher.props index 7376bed2..d0782d8c 100644 --- a/Launcher.props +++ b/Launcher.props @@ -5,9 +5,9 @@ Other places this value needs to be updated: 1. Packaging scripts. 2. Download .NET runtime script. - 3. Local dev SS14.Loader launching code.z + 3. Local dev SS14.Loader launching code. --> net7.0 - 0.20.1 + 0.20.2 diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index 16c5805e..726f534c 100644 --- a/SS14.Launcher/ConfigConstants.cs +++ b/SS14.Launcher/ConfigConstants.cs @@ -4,7 +4,7 @@ namespace SS14.Launcher; public static class ConfigConstants { - public const string CurrentLauncherVersion = "30"; + public const string CurrentLauncherVersion = "31"; public static readonly bool DoVersionCheck = true; // Refresh login tokens if they're within of expiry.