diff --git a/CHANGELOG.md b/CHANGELOG.md index 6274d248..4f7e1a95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## ChangeLog +#### Version 0.8.1 (12.06.2017) +- Fixed issue with Android 4.x, see #95, #97 + #### Version 0.8.0 (07.06.2017) - Support for OSX platform - Updated code to work properly with iOS@10 diff --git a/package.json b/package.json index 0b88dd83..122ca10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-badge", - "version": "0.8.0", + "version": "0.8.1", "description": "Shows the count of unread messages as a badge on the app icon", "repository": { "type": "git", diff --git a/plugin.xml b/plugin.xml index f7879e1f..335280c1 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ + version="0.8.1"> Badges