Skip to content

Commit fe90eb9

Browse files
committed
bumped version
1 parent 5dc4051 commit fe90eb9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LabExtended/Core/ApiVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static class ApiVersion
2525
/// <summary>
2626
/// The patch version part.
2727
/// </summary>
28-
public const int Patch = 0;
28+
public const int Patch = 1;
2929

3030
/// <summary>
3131
/// Gets the loader's current version.

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.4.0.0</AssemblyVersion>
8-
<FileVersion>1.4.0.0</FileVersion>
7+
<AssemblyVersion>1.4.0.1</AssemblyVersion>
8+
<FileVersion>1.4.0.1</FileVersion>
99
<ImplicitUsings>enable</ImplicitUsings>
1010
<AssemblyName>0LabExtended</AssemblyName>
1111
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)