Skip to content

Commit

Permalink
What the fuck was I doing last night man (v0.27.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed May 17, 2024
1 parent f95df1b commit 033df7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Launcher.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
3. Local dev SS14.Loader launching code.
-->
<TargetFramework>net8.0</TargetFramework>
<Version>0.27.1</Version>
<Version>0.27.2</Version>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions SS14.Launcher/ConfigConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace SS14.Launcher;

public static class ConfigConstants
{
public const string CurrentLauncherVersion = "46";
public const string CurrentLauncherVersion = "47";
public static readonly bool DoVersionCheck = true;

// Refresh login tokens if they're within <this much> of expiry.
Expand All @@ -29,7 +29,7 @@ public static class ConfigConstants
public static readonly string AuthUrl = "https://auth.spacestation14.com/";
public static readonly Uri[] DefaultHubUrls = { new("https://hub.spacestation14.com/") };
public const string DiscordUrl = "https://discord.ss14.io/";
public const string AccountBaseUrl = "https://account.spacestation14.com/Identity/Account/Manage";
public const string AccountBaseUrl = "https://account.spacestation14.com/Identity/Account/";
public const string AccountManagementUrl = $"{AccountBaseUrl}Manage";
public const string AccountRegisterUrl = $"{AccountBaseUrl}Register";
public const string AccountResendConfirmationUrl = $"{AccountBaseUrl}ResendEmailConfirmation";
Expand Down

0 comments on commit 033df7c

Please sign in to comment.