Skip to content

Commit 3065ff6

Browse files
Update links
1 parent eb5d770 commit 3065ff6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "cordova-plugin-background-barcode-scannerx",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Fast, energy-efficient, highly-configurable QR code scanner.",
55
"cordova": {
66
"id": "cordova-plugin-background-barcode-scannerx",
77
"platforms": [
8-
"ios"
8+
"ios",
9+
"android"
910
]
1011
},
1112
"keywords": [
@@ -25,7 +26,7 @@
2526
],
2627
"author": "Jason Dreyzehner",
2728
"license": "MIT",
28-
"homepage": "https://github.com/bitpay/cordova-plugin-qrscanner",
29+
"homepage": "https://github.com/ReallySmallSoftware/cordova-plugin-background-barcode-scannerx",
2930
"main": "www/background-barcode-scanner.js",
3031
"dependencies": {},
3132
"devDependencies": {},

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
id="cordova-plugin-background-barcode-scannerx"
4-
version="3.2.1">
4+
version="3.2.2">
55

66
<name>BBScanner</name>
77

0 commit comments

Comments
 (0)