mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Release v0.6.5 for npm
This commit is contained in:
parent
39eb2c5e64
commit
4c1332ed4c
@ -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.
|
||||
|
@ -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",
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user