From d65bb5141f2311f73bf05ff38045cd182df0455e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Thu, 1 Jan 2015 18:33:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e41f526..e89fa22 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.2 +cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.3 ``` To remove the plug-in, run the following command: @@ -61,7 +61,7 @@ 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].