From 987238344eab93fd8215283a0bd081667994e996 Mon Sep 17 00:00:00 2001 From: Thomas So Date: Thu, 6 May 2021 21:25:06 -0700 Subject: [PATCH] 1.0.2 --- CHANGELOG.md | 4 ++-- plugin/package.json | 2 +- plugin/plugin.xml | 2 +- plugin/www/applovinmax.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faa095d..78bf00b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Versions -## x.x.x +## 1.0.2 * Return more data in ad callbacks in addition to `ad.adUnitId` (e.g. `adInfo.creativeId`, `adInfo.networkName`, `adInfo.placement`, `adInfo.revenue`). -## 1.0.0 +## 1.0.1 * Initial release with support for interstitials, rewarded ads, banners, and MRECs. diff --git a/plugin/package.json b/plugin/package.json index 4dd27cf..e7415e3 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-applovin-max", - "version": "1.0.1", + "version": "1.0.2", "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 d170591..4d6f094 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 12ed7cf..38ed080 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.0'; +const VERSION = '1.0.2'; /** * This enum represents whether or not the consent dialog should be shown for this user.