Skip to content

Commit

Permalink
Add repo and issue site
Browse files Browse the repository at this point in the history
  • Loading branch information
ohh2ahh committed Apr 22, 2015
1 parent de4421b commit adc3338
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 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.2`
`Version 0.3.3`

A Plugin for Apache Cordova and Adobe PhoneGap by [ohh2ahh](http://ohh2ahh.com).

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

There is no need to reference the JavaScript in your `index.html`.
Expand Down
5 changes: 4 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
<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.2">
version="0.3.3">

<name>AppAvailability</name>

<description>This plugin for Cordova and PhoneGap allows you to check if an app is installed. It requires an URI Scheme (iOS) or a Package Name (Android).</description>

<keywords>Cordova,PhoneGap,plugin,app,availability,installed, URIScheme,URI,Scheme,PackageName,Package,Name,iOS,Android</keywords>

<repo>https://github.com/ohh2ahh/AppAvailability.git</repo>
<issue>https://github.com/ohh2ahh/AppAvailability/issues</issue>

<license>MIT</license>

<engines>
Expand Down

0 comments on commit adc3338

Please sign in to comment.