From 92ff9176dc2464c7821ee15e554cff04feab4a18 Mon Sep 17 00:00:00 2001 From: thomasmso <5104410+thomasmso@users.noreply.github.com> Date: Wed, 3 Jan 2024 18:32:58 -0800 Subject: [PATCH] 1.1.4 --- 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 5d96426..23647d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Versions -## x.x.x +## 1.1.4 * Attempt fix at increased CPU usage on app pause on Android. https://github.com/AppLovin/AppLovin-MAX-Cordova/issues/44 ## 1.1.3 * Fix NPE if the integration attempts to show a banner before it is created. diff --git a/plugin/package.json b/plugin/package.json index 527a05f..606cb88 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-applovin-max", - "version": "1.1.3", + "version": "1.1.4", "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 30fb98b..d513bb9 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 554e51c..23777dc 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.1.3'; +const VERSION = '1.1.4'; /** * This enum represents whether or not the consent dialog should be shown for this user.