diff --git a/Changelog.txt b/Changelog.txt index 961e700..61ca42f 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,6 @@ +###### 3.3.11 +* Proper coroutine handle destruction for dangling handles. + ###### 3.3.10 * Reverted coroutines explicit destroy from 3.3.6 as it was breaking the heap allocator when running Garbage Collector. diff --git a/EnhancedCodeFlow.uplugin b/EnhancedCodeFlow.uplugin index 14b1b63..44418a7 100644 --- a/EnhancedCodeFlow.uplugin +++ b/EnhancedCodeFlow.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "3.3.10", + "VersionName": "3.3.11", "FriendlyName": "Enhanced Code Flow", "Description": "This code plugin provides functions that drastically improve the quality of life during the implementation of game flow in C++.", "Category": "Programming",