diff --git a/Binaries/Win64/UnrealEditor-PoolManager.dll b/Binaries/Win64/UnrealEditor-PoolManager.dll index ccf82e7..940dade 100644 Binary files a/Binaries/Win64/UnrealEditor-PoolManager.dll and b/Binaries/Win64/UnrealEditor-PoolManager.dll differ diff --git a/Binaries/Win64/UnrealEditor-PoolManager.pdb b/Binaries/Win64/UnrealEditor-PoolManager.pdb index f394e08..f3b332e 100644 Binary files a/Binaries/Win64/UnrealEditor-PoolManager.pdb and b/Binaries/Win64/UnrealEditor-PoolManager.pdb differ diff --git a/Binaries/Win64/UnrealEditor.modules b/Binaries/Win64/UnrealEditor.modules index fa7bc86..75eecfa 100644 --- a/Binaries/Win64/UnrealEditor.modules +++ b/Binaries/Win64/UnrealEditor.modules @@ -1,5 +1,5 @@ { - "BuildId": "25360045", + "BuildId": "27405482", "Modules": { "PoolManager": "UnrealEditor-PoolManager.dll" diff --git a/PoolManager.uplugin b/PoolManager.uplugin index cd4ee8d..c5cf2f3 100644 --- a/PoolManager.uplugin +++ b/PoolManager.uplugin @@ -10,7 +10,7 @@ "DocsURL": "", "MarketplaceURL": "", "SupportURL": "mailto:janseliw@gmail.com", - "EngineVersion": "5.2.0", + "EngineVersion": "5.3.0", "EnabledByDefault": true, "CanContainContent": false, "IsBetaVersion": false, diff --git a/README.md b/README.md index 6c6a830..b49b137 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,18 @@ Check out our [Release](https://github.com/JanSeliv/PoolManager/releases) page f Also, explore this [game project repository](https://github.com/JanSeliv/Bomber) to view the Pool Manager in action. ## 📅 Changelog +#### +- Updated to **Unreal Engine 5.3**. #### 2023-05-28 - 🎉 Initial public release on Unreal Engine 5.2 ## 📫 Feedback & Contribution -This is an open-source project and we encourage you to contribute. If you encounter any bugs or if you have any feature requests, please file an issue in the GitHub repository. +Feedback and contributions from the community are highly appreciated! + +If you'd like to contribute, please fork the project and create a pull request targeting the `develop` branch. + +If you've found a bug or have an idea for a new feature, please open a new issue on GitHub. Thank you! ## 📜 License