From d8f6a682cb89ee5b7d5009f2bf452b55186ba3cd Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Wed, 10 Feb 2021 09:21:38 -0800 Subject: [PATCH] v1.7.2 --- CHANGELOG.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acced46..a768987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog - Unreleased + - Nothing yet + +- 1.7.2 - [PR #302](https://github.com/pushandplay/cordova-plugin-apprate/pull/301) - Fix bug in setPreferences - [PR #301](https://github.com/pushandplay/cordova-plugin-apprate/pull/301) - Typescript fixes - [PR #300](https://github.com/pushandplay/cordova-plugin-apprate/pull/300) - Fix iPad device recognition on iOS 13+ diff --git a/package.json b/package.json index f76e758..1946316 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-apprate", - "version": "1.7.1", + "version": "1.7.2", "repository": { "type": "git", "url": "https://github.com/pushandplay/cordova-plugin-apprate" diff --git a/plugin.xml b/plugin.xml index d81b9f6..b148639 100644 --- a/plugin.xml +++ b/plugin.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + AppRate This plugin provides "Rate This App" functionality to your Cordova/Phonegap application pushandplay