diff --git a/CHANGELOG.md b/CHANGELOG.md index 511a8f2..68d7054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Versions -## x.x.x +## 1.0.7 * Automatically add `NSAdvertisingAttributionReportEndpoint` to `Info.plist`. ## 1.0.6 * Add support for latest SDKs v10.3.1 with new callbacks. diff --git a/plugin/package.json b/plugin/package.json index 19abc24..7d120ca 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-applovin-max", - "version": "1.0.6", + "version": "1.0.7", "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 6e9d2cf..50920e7 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 44880dd..e6a1f79 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.6'; +const VERSION = '1.0.7'; /** * This enum represents whether or not the consent dialog should be shown for this user.