forked from Github/cordova-plugin-run-in-background
Bump to next dev cycle
This commit is contained in:
@@ -3,13 +3,11 @@
|
||||
<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.5">
|
||||
version="0.6.6.dev">
|
||||
|
||||
<name>BackgroundMode</name>
|
||||
|
||||
<description>
|
||||
Cordova plugin to prevent the app from going to sleep in background.
|
||||
</description>
|
||||
<description>Prevent apps from going to sleep in background.</description>
|
||||
|
||||
<repo>https://github.com/katzer/cordova-plugin-background-mode.git</repo>
|
||||
|
||||
@@ -24,7 +22,7 @@
|
||||
|
||||
<!-- cordova -->
|
||||
<engines>
|
||||
<engine name="cordova" version=">=3.0.0" />
|
||||
<engine name="cordova" version=">=6.0.0" />
|
||||
</engines>
|
||||
|
||||
<!-- js -->
|
||||
|
||||
Reference in New Issue
Block a user