From b25e43308abf3612f0a1a3e41cba5908e1b9bedb Mon Sep 17 00:00:00 2001 From: Alexis Huvier Date: Sun, 25 Jun 2023 13:26:04 +0200 Subject: [PATCH] V 1.2.0 --- SharpEngine/Manager/DebugManager.cs | 2 +- SharpEngine/SharpEngine.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SharpEngine/Manager/DebugManager.cs b/SharpEngine/Manager/DebugManager.cs index adb48dc..7bc9c6b 100644 --- a/SharpEngine/Manager/DebugManager.cs +++ b/SharpEngine/Manager/DebugManager.cs @@ -25,7 +25,7 @@ public static class DebugManager /// /// SharpEngine Version /// - public const string SeVersion = "1.1.0"; + public const string SeVersion = "1.2.0"; /// /// Create ImGui Window for SharpEngine diff --git a/SharpEngine/SharpEngine.csproj b/SharpEngine/SharpEngine.csproj index f4b1479..c2e22c9 100644 --- a/SharpEngine/SharpEngine.csproj +++ b/SharpEngine/SharpEngine.csproj @@ -11,7 +11,7 @@ Copyright (c) LavaPower 2021-2023 MIT https://github.com/AlexisHuvier/SharpEngine - 1.1.0 + 1.2.0 true README.md true