From 9e36a8421ba362834036a57fdd4db1368aae875d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Grillo?= Date: Tue, 14 Sep 2021 18:30:44 +0100 Subject: [PATCH] Updated version tag --- CHANGELOG.md | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d97632d74..f4202f5d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ChangeLog Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide) for more information. -#### Unreleased +#### Unreleased 0.9.6 - Changes required for Android 12 - Include SCHEDULE_EXACT_ALARM permission and specify mutability on PendingIntents (https://outsystemsrd.atlassian.net/browse/RMET-822) - Changes required for Andorid 12 - Change dependecy to cordova-plugin-badge so that MABS 8 build works (because of a gradle file) (https://outsystemsrd.atlassian.net/browse/RMET-822) - Changes required for Andorid 12 - Do not use notification trampolines for Android >= 12 (https://outsystemsrd.atlassian.net/browse/RMET-822) diff --git a/package.json b/package.json index 96f091573..afec7503d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-local-notification", - "version": "0.9.5", + "version": "0.9.6", "description": "Schedules and queries for local notifications", "cordova": { "id": "cordova-plugin-local-notification", diff --git a/plugin.xml b/plugin.xml index 5b9b1a10f..f24c6b5b2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -24,7 +24,7 @@ + version="0.9.6"> LocalNotification