Skip to content

Commit 93190d5

Browse files
committed
Updated LabEx & game version
1 parent 5f694a2 commit 93190d5

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

LabExtended/Core/ApiVersion.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ public static class ApiVersion
1515
/// <summary>
1616
/// The minor version part.
1717
/// </summary>
18-
public const int Minor = 2;
18+
public const int Minor = 3;
1919

2020
/// <summary>
2121
/// The build version part.
2222
/// </summary>
23-
public const int Build = 5;
23+
public const int Build = 0;
2424

2525
/// <summary>
2626
/// The patch version part.
@@ -40,7 +40,7 @@ public static class ApiVersion
4040
/// <summary>
4141
/// Gets the loader's game version compatibility.
4242
/// </summary>
43-
public static VersionRange? Compatibility { get; } = new VersionRange(new(14, 2, 4));
43+
public static VersionRange? Compatibility { get; } = new VersionRange(new(14, 2, 5));
4444

4545
/// <summary>
4646
/// Checks for server version compatibility.

LabExtended/LabExtended.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<TargetFramework>net48</TargetFramework>
55
<Nullable>enable</Nullable>
66
<LangVersion>preview</LangVersion>
7-
<AssemblyVersion>1.5.0.0</AssemblyVersion>
8-
<FileVersion>1.5.0.0</FileVersion>
7+
<AssemblyVersion>1.3.0.0</AssemblyVersion>
8+
<FileVersion>1.3.0.0</FileVersion>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<AssemblyName>0LabExtended</AssemblyName>
1111
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

LabExtended/Patches/Fixes/LabApiNullPluginVersionFix.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ internal static void Internal_Init()
3131
if (ApiPatcher.Harmony.Patch(targetMethod, new HarmonyMethod(patchMethod)) != null)
3232
{
3333
ApiPatcher.labExPatchCountOffset++;
34-
ApiLog.Debug("LabExtended", $"Applied &6{nameof(LabApiNullPluginVersionFix)}&r");
3534
}
3635
else
3736
{

0 commit comments

Comments
 (0)