Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit c61777d

Browse files
author
Alexis Huvier
committed
v1.4.1
1 parent dd89c9d commit c61777d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SharpEngine/Manager/DebugManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static class DebugManager
2626
/// <summary>
2727
/// SharpEngine Version
2828
/// </summary>
29-
public const string SeVersion = "1.4.0";
29+
public const string SeVersion = "1.4.1";
3030

3131
/// <summary>
3232
/// Create ImGui Window for SharpEngine

SharpEngine/SharpEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/AlexisHuvier/SharpEngine</PackageProjectUrl>
14-
<PackageVersion>1.4.0</PackageVersion>
14+
<PackageVersion>1.4.1</PackageVersion>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)