Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Commit

Permalink
Plugin release preparations: version incremented
Browse files Browse the repository at this point in the history
  • Loading branch information
ufna committed Jul 15, 2014
1 parent efb0b85 commit 53792ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Source/VaQuoleUIPlugin/Private/VaQuoleUIPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions VaQuoleUI.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 53792ee

Please sign in to comment.