From 9083ebaf013e0312ab33d88eeeed476a75189e3e Mon Sep 17 00:00:00 2001 From: Alexis Huvier Date: Thu, 22 Sep 2022 13:59:38 +0200 Subject: [PATCH] v0.16.9 --- SharpEngine/Managers/DebugManager.cs | 2 +- SharpEngine/SharpEngine.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SharpEngine/Managers/DebugManager.cs b/SharpEngine/Managers/DebugManager.cs index 10d3bbf..adb4caf 100644 --- a/SharpEngine/Managers/DebugManager.cs +++ b/SharpEngine/Managers/DebugManager.cs @@ -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) { diff --git a/SharpEngine/SharpEngine.csproj b/SharpEngine/SharpEngine.csproj index 900dd1e..5457337 100644 --- a/SharpEngine/SharpEngine.csproj +++ b/SharpEngine/SharpEngine.csproj @@ -10,7 +10,7 @@ LycosNovation Copyright (c) LavaPower 2021 MIT - 0.16.8 + 0.16.9 true