1 parent 5dc4051 commit fe90eb9Copy full SHA for fe90eb9
2 files changed
LabExtended/Core/ApiVersion.cs
@@ -25,7 +25,7 @@ public static class ApiVersion
25
/// <summary>
26
/// The patch version part.
27
/// </summary>
28
- public const int Patch = 0;
+ public const int Patch = 1;
29
30
31
/// Gets the loader's current version.
LabExtended/LabExtended.csproj
@@ -4,8 +4,8 @@
4
<TargetFramework>net48</TargetFramework>
5
<Nullable>enable</Nullable>
6
<LangVersion>preview</LangVersion>
7
- <AssemblyVersion>1.4.0.0</AssemblyVersion>
8
- <FileVersion>1.4.0.0</FileVersion>
+ <AssemblyVersion>1.4.0.1</AssemblyVersion>
+ <FileVersion>1.4.0.1</FileVersion>
9
<ImplicitUsings>enable</ImplicitUsings>
10
<AssemblyName>0LabExtended</AssemblyName>
11
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
0 commit comments