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

Commit

Permalink
v0.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed May 24, 2023
1 parent 500d8ae commit 37f8897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SharpEngine/Managers/DebugManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static class DebugManager
public static readonly string MonoGameVersion = System.Diagnostics.FileVersionInfo
.GetVersionInfo(typeof(Microsoft.Xna.Framework.Game).Assembly.Location).FileVersion;
public static long GcMemory => GC.GetTotalMemory(false);
public const string SharpEngineVersion = "0.19.2";
public const string SharpEngineVersion = "0.19.3";


private static double _elapsedTime;
Expand Down
2 changes: 1 addition & 1 deletion SharpEngine/SharpEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Company>LavaPower</Company>
<Copyright>Copyright (c) LavaPower 2021-2023</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>0.19.2</PackageVersion>
<PackageVersion>0.19.3</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit 37f8897

Please sign in to comment.