Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Oct 15, 2020
1 parent 4709201 commit 5328632
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ specific language governing permissions and limitations
under the License.
-->

<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-apprate" version="1.6.0">
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-apprate" version="1.6.1">
<name>AppRate</name>
<description>This plugin provides "Rate This App" functionality to your Cordova/Phonegap application</description>
<author email="hello@pushandplay.ru" href="http://pushandplay.ru">pushandplay</author>
Expand Down

0 comments on commit 5328632

Please sign in to comment.