Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ritamsarmah committed Oct 13, 2021
1 parent 75d2d96 commit 47e7695
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AppLovinMAXDemo/Plugins/AppLovinMAX/AppLovinMAX.uplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"FileVersion": 3,
"Version": 1000000,
"VersionName": "1.0.0",
"VersionName": "1.0.1",
"FriendlyName": "AppLovin MAX",
"Description": "AppLovin MAX Unreal Engine 4 Plugin for Android and iOS",
"Category": "Advertising",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

public class AppLovinMAX : ModuleRules
{
private const string PluginVersion = "1.0.0";
private const string PluginVersion = "1.0.1";

public AppLovinMAX(ReadOnlyTargetRules Target) : base(Target)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ THIRD_PARTY_INCLUDES_END
#include "Android/AndroidJNI.h"
#endif

const FString PluginVersion = TEXT("1.0.0");
const FString PluginVersion = TEXT("1.0.1");

// MARK: - Initialization

Expand Down

0 comments on commit 47e7695

Please sign in to comment.