Skip to content

Commit 033df7c

Browse files
committed
What the fuck was I doing last night man (v0.27.2)
1 parent f95df1b commit 033df7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Launcher.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
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>

SS14.Launcher/ConfigConstants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace SS14.Launcher;
55

66
public 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";

0 commit comments

Comments
 (0)