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

Commit 1894bf5

Browse files
author
Alexis Huvier
committed
V 1.1.0
1 parent c16f88e commit 1894bf5

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
@@ -25,7 +25,7 @@ public static class DebugManager
2525
/// <summary>
2626
/// SharpEngine Version
2727
/// </summary>
28-
public const string SeVersion = "1.0.0";
28+
public const string SeVersion = "1.1.0";
2929

3030
/// <summary>
3131
/// 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.0.0</PackageVersion>
14+
<PackageVersion>1.1.0</PackageVersion>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
<EnablePackageValisation>true</EnablePackageValisation>

0 commit comments

Comments
 (0)