From 9d2e62714ac47ec6735fd0aa5776671eba1152be Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 18 Feb 2023 11:56:32 +0100 Subject: [PATCH] Version: 0.20.3 --- Launcher.props | 2 +- SS14.Launcher/ConfigConstants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Launcher.props b/Launcher.props index d0782d8c..2cafee38 100644 --- a/Launcher.props +++ b/Launcher.props @@ -8,6 +8,6 @@ 3. Local dev SS14.Loader launching code. --> net7.0 - 0.20.2 + 0.20.3 diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index 726f534c..51db793e 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 = "31"; + public const string CurrentLauncherVersion = "32"; public static readonly bool DoVersionCheck = true; // Refresh login tokens if they're within of expiry.