Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Jun 12, 2017
1 parent c1e5285 commit e426af2
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,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
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-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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-badge"
version="0.8.0">
version="0.8.1">

<name>Badges</name>

Expand Down

0 comments on commit e426af2

Please sign in to comment.