From 77348e0e7b59632ebe8de298ed13ba4578f0e324 Mon Sep 17 00:00:00 2001 From: Alexis Huvier Date: Wed, 16 Aug 2023 11:41:02 +0200 Subject: [PATCH] v1.2.1 --- CHANGELOG.md | 3 +++ SharpEngine.Core/Manager/DebugManager.cs | 2 +- SharpEngine.Core/SharpEngine.Core.csproj | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8762e9..f8d1bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ [#] Bug Fixes
[.] Others +### V 1.2.1 - 16/08/2023 +[\~] ControlComponent : Slide to collisions + ### V 1.2.0 - 15/08/2023 [+] CollisionComponent diff --git a/SharpEngine.Core/Manager/DebugManager.cs b/SharpEngine.Core/Manager/DebugManager.cs index 21a650a..1f8fd08 100644 --- a/SharpEngine.Core/Manager/DebugManager.cs +++ b/SharpEngine.Core/Manager/DebugManager.cs @@ -32,7 +32,7 @@ public static class DebugManager { { "Raylib-cs", "4.5.0.4" }, { "ImGui.NET", "1.89.7.1" }, - { "SharpEngine.Core", "1.2.0" } + { "SharpEngine.Core", "1.2.1" } }; /// diff --git a/SharpEngine.Core/SharpEngine.Core.csproj b/SharpEngine.Core/SharpEngine.Core.csproj index 347c6a5..5ce8095 100644 --- a/SharpEngine.Core/SharpEngine.Core.csproj +++ b/SharpEngine.Core/SharpEngine.Core.csproj @@ -10,7 +10,7 @@ Copyright (c) LavaPower 2021-2023 MIT https://github.com/SharpEngine/SharpEngine.Core - 1.2.0 + 1.2.1 true README.md true