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

Commit

Permalink
v0.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed Sep 22, 2022
1 parent c150281 commit 9083eba
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 @@ -18,7 +18,7 @@ public static class DebugManager
public static int GetFps() => _frameRate;
public static long GetGcMemory() => GC.GetTotalMemory(false);
public static string GetMonogameVersion() => MonoGameVersion;
public static string GetSharpEngineVersion() => "0.16.8";
public static string GetSharpEngineVersion() => "0.16.9";

internal static void Update(GameTime gameTime)
{
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>LycosNovation</Company>
<Copyright>Copyright (c) LavaPower 2021</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageVersion>0.16.8</PackageVersion>
<PackageVersion>0.16.9</PackageVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit 9083eba

Please sign in to comment.