Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wootaejeon committed Feb 20, 2024
1 parent a5db79f commit b2c6330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension-applovin/src/applovin_ios.mm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace dmAppLovin {

static MADefoldPlugin *iosPlugin;
static NSString *const kPluginVersion = @"1.0.0";
static NSString *const kPluginVersion = @"1.1.0";

void Initialize_Ext(const char* version, const char* extVersion)
{
Expand Down
2 changes: 1 addition & 1 deletion game.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ height = 1280

[project]
title = AppLovinMAXDefoldDemo
version = 1.0.0
version = 1.1.0
bundle_resources = /extension-applovin/res/ios
dependencies#0 = https://github.com/andsve/dirtylarry/archive/master.zip

Expand Down

0 comments on commit b2c6330

Please sign in to comment.