From 00f6633d9f7054cee5e37afbd10599849d34bf4e Mon Sep 17 00:00:00 2001 From: ohh2ahh Date: Thu, 23 Apr 2015 15:15:09 +0200 Subject: [PATCH] Rename plugin ID --- README.md | 8 ++++---- plugin.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9512487..546df4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AppAvailability for iOS and Android -`Version 0.3.3` +`Version 0.4.0` A Plugin for Apache Cordova and Adobe PhoneGap by [ohh2ahh](http://ohh2ahh.com). @@ -49,9 +49,9 @@ $ cordova build You don't have to reference the JavaScript in your `index.html`. -Alternatively you can install AppAvailability from the [Cordova Plugin Registry](http://plugins.cordova.io/#/package/com.ohh2ahh.plugins.appavailability) with this command: +Alternatively you can install AppAvailability directly from [npm](https://www.npmjs.com/package/cordova-plugin-appavailability) with this command: ``` -cordova plugin add com.ohh2ahh.plugins.appavailability +cordova plugin add cordova-plugin-appavailability ``` ### PhoneGap Build @@ -62,7 +62,7 @@ AppAvailability works with PhoneGap build too. You can implement the latest vers ``` Or if you want to use an exact version of AppAvailability: ```xml - + ``` There is no need to reference the JavaScript in your `index.html`. diff --git a/plugin.xml b/plugin.xml index c8167b5..4bac219 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,8 +2,8 @@ + id="cordova-plugin-appavailability" + version="0.4.0"> AppAvailability