diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a53cb9..2b67a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Versions -## x.x.x +## 1.0.9 * Fix "OnMRecAdExpandedEvent" not being called when MRECs are expanded. ## 1.0.8 * Remove `NSAdvertisingAttributionReportEndpoint` from `Info.plist`. diff --git a/plugin/package.json b/plugin/package.json index ec88d48..f3dd4a4 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-applovin-max", - "version": "1.0.8", + "version": "1.0.9", "description": "AppLovin MAX Cordova Plugin for Android and iOS", "cordova": { "id": "cordova-plugin-applovin-max", diff --git a/plugin/plugin.xml b/plugin/plugin.xml index e968bd1..d81627f 100644 --- a/plugin/plugin.xml +++ b/plugin/plugin.xml @@ -1,5 +1,5 @@ - + AppLovin MAX AppLovin MAX Cordova Plugin MIT diff --git a/plugin/www/applovinmax.js b/plugin/www/applovinmax.js index dccf206..a5105ef 100644 --- a/plugin/www/applovinmax.js +++ b/plugin/www/applovinmax.js @@ -1,7 +1,7 @@ var exec = require('cordova/exec'); var cordova = require('cordova'); -const VERSION = '1.0.8'; +const VERSION = '1.0.9'; /** * This enum represents whether or not the consent dialog should be shown for this user.