Skip to content

Commit

Permalink
Release v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
katzer committed Jun 7, 2017
1 parent 5396d24 commit eb40cc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-badge",
"version": "0.7.4",
"version": "0.8.0",
"description": "Shows the count of unread messages as a badge on the app icon",
"repository": {
"type": "git",
Expand All @@ -23,20 +23,21 @@
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
"version": ">=6"
},
{
"name": "cordova-android",
"version": ">=4"
},
{
"name": "cordova-plugin",
"name": "cordova-plugman",
"version": ">=4.2.0"
},
{
"name": "apple-ios",
"version": ">=10"
}
],
"dependencies": {
"cordova-plugin-app-event": ">=1.2.0"
},
"author": "Sebastián Katzer",
"license": "Apache-2.0",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions 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.7.4">
version="0.8.0">

<name>Badges</name>

Expand All @@ -39,7 +39,7 @@

<!-- cordova -->
<engines>
<engine name="cordova" version=">=3.0.0" />
<engine name="cordova" version=">=6.0.0" />
<engine name="apple-ios" version=">=10.0.0" />
<engine name="cordova-android" version=">=4"/>
<engine name="cordova-plugman" version=">=4.2.0"/><!-- needed for gradleReference support -->
Expand Down

0 comments on commit eb40cc6

Please sign in to comment.