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
#### 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)
- Resolve possibly dependency conflict
@ -41,4 +45,4 @@
#### Version 0.2.0 (08.10.2013)
- Added iOS (>= 5) support<br>
The plugin turns the app into an location tracking app for the time it runs in the background.
The plugin turns the app into an location tracking app for the time it runs in the background.

View File

@ -1,6 +1,6 @@
{
"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.",
"cordova": {
"id": "cordova-plugin-background-mode",

View File

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