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

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	plugin.xml
  • Loading branch information
EddyVerbruggen committed May 6, 2016
2 parents 762dea0 + 27227e9 commit d4b22bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "phonegap-plugin-barcodescanner",
"version": "4.2.0",
"version": "5.0.0",
"description": "You can use the BarcodeScanner plugin to scan different types of barcodes (using the device's camera) and get the metadata encoded in them for processing within your application.",
"cordova": {
"id": "phonegap-plugin-barcodescanner",
Expand All @@ -27,7 +27,8 @@
"cordova-windows",
"cordova-wp8",
"cordova-blackberry10",
"cordova-browser"
"cordova-browser",
"cordova:plugin"
],
"engines": [
{
Expand Down
2 changes: 2 additions & 0 deletions plugin.xml
@@ -1,6 +1,8 @@
<?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"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="phonegap-plugin-barcodescanner"
version="5.0.0">
id="com.phonegap.plugins.barcodescanner"
version="4.2.0">

Expand Down

0 comments on commit d4b22bb

Please sign in to comment.