Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Jul 9, 2021
1 parent 0dfde63 commit 1c025b2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Plugins/AreaActions/AreaActions.uplugin
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"FileVersion": 3,
"Version": 2,
"VersionName": "2.0.0-beta.1.u4",
"SemVersion": "2.0.0-beta.1.u4",
"VersionName": "2.0.0-beta.2",
"SemVersion": "2.0.0-beta.2",
"FriendlyName": "AreaActions",
"Description": "Area Actions",
"Category": "Other",
Expand Down
Binary file modified Plugins/AreaActions/Content/UI/Widget_AreaActionsMain.uasset
Binary file not shown.
Binary file added Plugins/AreaActions/Content/UI/beta2.uasset
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ void UAAGameWorldModule::InitSubsystemManager() {

void UAAGameWorldModule::GetAreaActionsVersion(FVersion& Version)
{
#if AA_DEBUG
Version = FVersion(0, 0 ,0);
Version.Type = "DEV";
#else
FModInfo ModInfo;
GEngine->GetEngineSubsystem<UModLoadingLibrary>()->GetLoadedModInfo(TEXT("AreaActions"), ModInfo);
Version = ModInfo.Version;
#if AA_DEBUG
Version.Type += "+DEV";
#endif
}

Expand Down

0 comments on commit 1c025b2

Please sign in to comment.