mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
Release v0.7.0
This commit is contained in:
parent
fe1cf9291c
commit
eeacef9ade
@ -1,5 +1,5 @@
|
||||
## ChangeLog
|
||||
#### Version 0.7.0 (not yet released)
|
||||
#### Version 0.7.0 (27.01.2017)
|
||||
- __Features__
|
||||
- Support for tAmazon FireOS
|
||||
- Support for the browser platform
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cordova-plugin-background-mode",
|
||||
"version": "0.7.0.dev",
|
||||
"version": "0.7.0",
|
||||
"description": "Prevent app from going to sleep in background.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -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.7.0-dev">
|
||||
version="0.7.0">
|
||||
|
||||
<name>BackgroundMode</name>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user