Skip to content

Commit

Permalink
Rename plugin ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ohh2ahh committed Apr 23, 2015
1 parent adc3338 commit 00f6633
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down Expand Up @@ -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
Expand All @@ -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
<gap:plugin name="com.ohh2ahh.plugins.appavailability" version="0.3.3" />
<gap:plugin name="com.ohh2ahh.plugins.appavailability" version="0.4.0" />
```

There is no need to reference the JavaScript in your `index.html`.
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.ohh2ahh.plugins.appavailability"
version="0.3.3">
id="cordova-plugin-appavailability"
version="0.4.0">

<name>AppAvailability</name>

Expand Down

0 comments on commit 00f6633

Please sign in to comment.