Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
[plugin.xml] corrected supported cordova versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Willoughby committed Sep 26, 2013
1 parent a310fda commit 24acf29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?><plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.phonegap.plugins.barcodescanner"
version="1.0.0">
version="1.0.1">

<name>BarcodeScanner</name>
<description>Scans Barcodes.</description>
<license>MIT</license>

<engines>
<engine name="cordova" version=">=2.9.0" />
<engine name="cordova" version=">=3.0.0" />
</engines>

<js-module src="www/barcodescanner.js" name="BarcodeScanner">
Expand Down

0 comments on commit 24acf29

Please sign in to comment.