diff --git a/README.md b/README.md index c93f7d3..fcb4e8b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ With the VaQuoleUI plugin you can create interactive User Interfaces for your ga Check the **[Wiki](https://github.com/ufna/VaQuoleUI/wiki)** tab to know more about the plugin. -Current version: **1.0 Beta 10** +Current version: **1.0 Beta 11** ![SCREENSHOT](SCREENSHOT.jpg) diff --git a/Source/VaQuoleUIPlugin/Private/VaQuoleUIPlugin.cpp b/Source/VaQuoleUIPlugin/Private/VaQuoleUIPlugin.cpp index ac515a5..e800ab0 100644 --- a/Source/VaQuoleUIPlugin/Private/VaQuoleUIPlugin.cpp +++ b/Source/VaQuoleUIPlugin/Private/VaQuoleUIPlugin.cpp @@ -7,7 +7,7 @@ class FVaQuoleUIPlugin : public IVaQuoleUIPlugin /** IModuleInterface implementation */ virtual void StartupModule() OVERRIDE { - // Force classes to be compile on shipping build + // @HACK Force classes to be compiled on shipping build UVaQuoleUIViewportClient::StaticClass(); UVaQuoleBlueprintFunctionLibrary::StaticClass(); UVaQuoleUIComponent::StaticClass(); diff --git a/VaQuoleUI.uplugin b/VaQuoleUI.uplugin index 21afe24..cdf2011 100644 --- a/VaQuoleUI.uplugin +++ b/VaQuoleUI.uplugin @@ -2,8 +2,8 @@ "FileVersion" : 3, "FriendlyName" : "VaQuoleUI", - "Version" : 10, - "VersionName" : "1.0-b10", + "Version" : 11, + "VersionName" : "1.0-b11", "CreatedBy" : "Vladimir Alyamkin", "CreatedByURL" : "http://alyamkin.com", "EngineVersion" : 1579795,