From 0b9854e1bcaae8bb6d9128a28fb980f429e62c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Sun, 14 Dec 2014 15:42:13 +0100 Subject: [PATCH] Release version 0.6.2 --- README.md | 6 +++--- plugin.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96ad782..ac5e8c6 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` 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`. diff --git a/plugin.xml b/plugin.xml index 40543b0..4744684 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ + version="0.6.2"> BackgroundMode