Release version 0.6.2

This commit is contained in:
Sebastián Katzer 2014-12-14 15:42:13 +01:00
parent c4a1a412d1
commit 0b9854e1bc
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ cordova plugin add de.appplant.cordova.plugin.background-mode --searchpath path
or to use the last stable version:
```bash
# ~~ stable version ~~
cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.1
cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.2
```
To remove the plug-in, run the following command:
@ -61,14 +61,14 @@ cordova plugin rm de.appplant.cordova.plugin.background-mode
### PhoneGap Build
Add the following xml to your config.xml to always use the latest version of this plugin:
```xml
<gap:plugin name="de.appplant.cordova.plugin.background-mode" version="0.6.1" />
<gap:plugin name="de.appplant.cordova.plugin.background-mode" version="0.6.2" />
```
More informations can be found [here][PGB_plugin].
## ChangeLog
#### Version 0.6.2 (not yet released)
#### Version 0.6.2 (14.12.2014)
- [bugfix:] Type error
- [bugfix:] Wrong default values for `isEnabled` and `isActive`.

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="de.appplant.cordova.plugin.background-mode"
version="0.6.1">
version="0.6.2">
<name>BackgroundMode</name>