diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d1bf9..283c360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ [#] Bug Fixes
[.] Others +### V 1.2.2 - 16/08/2023 +[#] CollisionComponent : CanGo doesn't calculate all collisions + ### V 1.2.1 - 16/08/2023 [\~] ControlComponent : Slide to collisions diff --git a/SharpEngine.Core/Manager/DebugManager.cs b/SharpEngine.Core/Manager/DebugManager.cs index 1f8fd08..e9e3fa0 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.1" } + { "SharpEngine.Core", "1.2.2" } }; /// diff --git a/SharpEngine.Core/SharpEngine.Core.csproj b/SharpEngine.Core/SharpEngine.Core.csproj index 5ce8095..a50823a 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.1 + 1.2.2 true README.md true