Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit b65a265

Browse files
committed
v2.12.6
1 parent cf4c074 commit b65a265

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

Marsey/Config/MarseyVars.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ public static class MarseyVars
1313
/// Due to the nature of how Marseyloader is compiled (its not) we cannot check its version
1414
/// Almost as if this variable is a consequence of having the project included rather than referenced
1515
/// </summary>
16-
public static readonly Version MarseyVersion = new Version("2.12.5");
16+
public static readonly Version MarseyVersion = new Version("2.12.6");
1717

1818
/// <summary>
1919
/// Default MarseyAPI endpoint url
2020
/// </summary>
2121
public static readonly string MarseyApiEndpoint = "https://fujo.love/api/v1";
22-
22+
2323
/// <summary>
2424
/// Namespace identifier for Harmony
2525
/// </summary>
@@ -39,7 +39,7 @@ public static class MarseyVars
3939
/// Name of folder containing files used by Marsey
4040
/// </summary>
4141
public static readonly string MarseyFolder = "Marsey";
42-
42+
4343
/// <summary>
4444
/// Folder containing mods
4545
/// </summary>
@@ -56,7 +56,7 @@ public static class MarseyVars
5656
public static readonly string MarseyLoggerPrefix = "MARSEY";
5757

5858
public static readonly string MarseyLoggerFileName = "client.marsey.log";
59-
59+
6060
/// <summary>
6161
/// Refuse to play on servers over or equal to this engine version if hidesey is disabled
6262
/// <see cref="Abjure"/>

global.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)