File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88 3. Local dev SS14.Loader launching code.
99 -->
1010 <TargetFramework >net8.0</TargetFramework >
11- <Version >0.27.1 </Version >
11+ <Version >0.27.2 </Version >
1212 </PropertyGroup >
1313</Project >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace SS14.Launcher;
55
66public static class ConfigConstants
77{
8- public const string CurrentLauncherVersion = "46 " ;
8+ public const string CurrentLauncherVersion = "47 " ;
99 public static readonly bool DoVersionCheck = true ;
1010
1111 // Refresh login tokens if they're within <this much> of expiry.
@@ -29,7 +29,7 @@ public static class ConfigConstants
2929 public static readonly string AuthUrl = "https://auth.spacestation14.com/" ;
3030 public static readonly Uri [ ] DefaultHubUrls = { new ( "https://hub.spacestation14.com/" ) } ;
3131 public const string DiscordUrl = "https://discord.ss14.io/" ;
32- public const string AccountBaseUrl = "https://account.spacestation14.com/Identity/Account/Manage " ;
32+ public const string AccountBaseUrl = "https://account.spacestation14.com/Identity/Account/" ;
3333 public const string AccountManagementUrl = $ "{ AccountBaseUrl } Manage";
3434 public const string AccountRegisterUrl = $ "{ AccountBaseUrl } Register";
3535 public const string AccountResendConfirmationUrl = $ "{ AccountBaseUrl } ResendEmailConfirmation";
You can’t perform that action at this time.
0 commit comments