From 03056bea42c812fc136f3aa9b6394d1972c24b7e Mon Sep 17 00:00:00 2001 From: Thomas So Date: Mon, 14 Feb 2022 20:00:11 -0800 Subject: [PATCH] 1.0.8 --- CHANGELOG.md | 2 +- plugin/package.json | 2 +- plugin/plugin.xml | 2 +- plugin/www/applovinmax.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aba3f7..5341baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Versions -## x.x.x +## 1.0.8 * Remove `NSAdvertisingAttributionReportEndpoint` from `Info.plist`. ## 1.0.7 * Automatically add `NSAdvertisingAttributionReportEndpoint` to `Info.plist`. diff --git a/plugin/package.json b/plugin/package.json index 7d120ca..ec88d48 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-applovin-max", - "version": "1.0.7", + "version": "1.0.8", "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 52263cd..e968bd1 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 e6a1f79..dccf206 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.7'; +const VERSION = '1.0.8'; /** * This enum represents whether or not the consent dialog should be shown for this user.