diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed75a1..a611ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Versions -## x.x.x +## 1.0.3 * Fix crashes for when creative id or placement is nil for an ad. ## 1.0.2 * Return more data in ad callbacks in addition to `ad.adUnitId` (e.g. `adInfo.creativeId`, `adInfo.networkName`, `adInfo.placement`, `adInfo.revenue`). diff --git a/plugin/package.json b/plugin/package.json index e7415e3..90a119e 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-applovin-max", - "version": "1.0.2", + "version": "1.0.3", "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 4d6f094..9b7be6d 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 38ed080..27a73cf 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.2'; +const VERSION = '1.0.3'; /** * This enum represents whether or not the consent dialog should be shown for this user.