mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-15 03:54:54 +00:00
Bump to next dev cycle
This commit is contained in:
parent
578ba9f686
commit
6297b9aea3
22
package.json
22
package.json
@ -1,14 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-plugin-background-mode",
|
"name": "cordova-plugin-background-mode",
|
||||||
"version": "0.6.5",
|
"version": "0.6.6.dev",
|
||||||
"description": "Cordova plugin to prevent the app from going to sleep in background.",
|
"description": "Prevent app from going to sleep in background.",
|
||||||
"cordova": {
|
|
||||||
"id": "cordova-plugin-background-mode",
|
|
||||||
"platforms": [
|
|
||||||
"ios",
|
|
||||||
"android"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
|
"url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
|
||||||
@ -16,14 +9,17 @@
|
|||||||
"keywords": [
|
"keywords": [
|
||||||
"appplant",
|
"appplant",
|
||||||
"background",
|
"background",
|
||||||
"ecosystem:cordova",
|
"cordova",
|
||||||
"cordova-ios",
|
"ecosystem:cordova"
|
||||||
"cordova-android"
|
],
|
||||||
|
"platforms": [
|
||||||
|
"ios",
|
||||||
|
"android"
|
||||||
],
|
],
|
||||||
"engines": [
|
"engines": [
|
||||||
{
|
{
|
||||||
"name": "cordova",
|
"name": "cordova",
|
||||||
"version": ">=3.0.0"
|
"version": ">=6.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"author": "Sebastián Katzer",
|
"author": "Sebastián Katzer",
|
||||||
|
@ -3,13 +3,11 @@
|
|||||||
<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.5">
|
version="0.6.6.dev">
|
||||||
|
|
||||||
<name>BackgroundMode</name>
|
<name>BackgroundMode</name>
|
||||||
|
|
||||||
<description>
|
<description>Prevent apps from going to sleep in background.</description>
|
||||||
Cordova plugin to prevent the app from going to sleep in background.
|
|
||||||
</description>
|
|
||||||
|
|
||||||
<repo>https://github.com/katzer/cordova-plugin-background-mode.git</repo>
|
<repo>https://github.com/katzer/cordova-plugin-background-mode.git</repo>
|
||||||
|
|
||||||
@ -24,7 +22,7 @@
|
|||||||
|
|
||||||
<!-- cordova -->
|
<!-- cordova -->
|
||||||
<engines>
|
<engines>
|
||||||
<engine name="cordova" version=">=3.0.0" />
|
<engine name="cordova" version=">=6.0.0" />
|
||||||
</engines>
|
</engines>
|
||||||
|
|
||||||
<!-- js -->
|
<!-- js -->
|
||||||
|
Loading…
Reference in New Issue
Block a user