Release v0.6.5 for npm

This commit is contained in:
Sebastián Katzer 2016-02-29 10:03:50 +01:00
parent 39eb2c5e64
commit 4c1332ed4c
3 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,8 @@
## ChangeLog ## ChangeLog
#### Version 0.6.5 (29.02.2016)
- Published on npm
- Updated dependency ID for the device plug-in
#### Version 0.6.4 (03.03.2015) #### Version 0.6.4 (03.03.2015)
- Resolve possibly dependency conflict - Resolve possibly dependency conflict

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-background-mode", "name": "cordova-plugin-background-mode",
"version": "0.6.4", "version": "0.6.5",
"description": "Cordova plugin to prevent the app from going to sleep in background.", "description": "Cordova plugin to prevent the app from going to sleep in background.",
"cordova": { "cordova": {
"id": "cordova-plugin-background-mode", "id": "cordova-plugin-background-mode",

View File

@ -3,7 +3,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-background-mode" id="cordova-plugin-background-mode"
version="0.6.4"> version="0.6.5">
<name>BackgroundMode</name> <name>BackgroundMode</name>
@ -20,7 +20,7 @@
<author>Sebastián Katzer</author> <author>Sebastián Katzer</author>
<!-- dependencies --> <!-- dependencies -->
<dependency id="org.apache.cordova.device" /> <dependency id="cordova-plugin-device" />
<!-- cordova --> <!-- cordova -->
<engines> <engines>