From 63b78aa1098a3cd3d995a54a744b72647cee61d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Sun, 14 Dec 2014 14:32:10 +0100 Subject: [PATCH] Release version 0.6.1 --- CHANGELOG.md | 2 +- README.md | 6 +++--- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa56781..541434a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## ChangeLog -#### Version 0.6.1 (not yet released) +#### Version 0.6.1 (14.12.2014) - [enhancement:] Set default settings through `setDefaults`. - [enhancement:] New method `isEnabled` to receive if mode is enabled. - [enhancement:] New method `isActive` to receive if mode is active. diff --git a/README.md b/README.md index 61b1b6f..5e0027a 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.0 +cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.1 ``` 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.1 (not yet released) +#### Version 0.6.1 (14.12.2014) - [enhancement:] Set default settings through `setDefaults`. - [enhancement:] New method `isEnabled` to receive if mode is enabled. - [enhancement:] New method `isActive` to receive if mode is active. diff --git a/plugin.xml b/plugin.xml index a4d1128..40543b0 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,7 +3,7 @@ + version="0.6.1"> BackgroundMode