Skip to content

Commit f6cc8bf

Browse files
committed
feat(version): 2.2.4
1 parent e94d7bd commit f6cc8bf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
[#] Bug Fixes<br>
88
[.] Others
99

10+
### V 2.2.4 - 31/10/2025
11+
[.] Raylib-cs : 7.0.2
12+
1013
### V 2.2.3 - 17/05/2025
1114
[#] ControlComponent : Reset Direction when no movement
1215

SharpEngine.Core/Manager/DebugManager.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ public static class DebugManager
3131
/// </summary>
3232
public static Dictionary<string, string> Versions { get; } = new()
3333
{
34-
{ "Raylib-cs", "7.0.1" },
34+
{ "Raylib-cs", "7.0.2" },
3535
{ "ImGui.NET", "1.91.6.1" },
36-
{ "SharpEngine.Core", "2.2.3" }
36+
{ "SharpEngine.Core", "2.2.4" }
3737
};
3838

3939
/// <summary>

0 commit comments

Comments
 (0)