From 5328632059c58b7395412b8bc9e5f9811d0cf547 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Thu, 15 Oct 2020 12:45:30 -0700 Subject: [PATCH] v1.6.1 --- 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 f4c1289..e4f761d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +- Unreleased + - Nothing yet + - 1.6.1 - [#287](https://github.com/pushandplay/cordova-plugin-apprate/issues/287) - Fix bug with `reviewType` setting diff --git a/package.json b/package.json index 27498cb..1d6fe27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-apprate", - "version": "1.6.0", + "version": "1.6.1", "repository": { "type": "git", "url": "https://github.com/pushandplay/cordova-plugin-apprate" diff --git a/plugin.xml b/plugin.xml index be27695..9b316b1 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