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

Commit e2ba60c

Browse files
jcesarmobilemacdonst
authored andcommitted
Bump version and set engines
1 parent 2a17b6b commit e2ba60c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phonegap-plugin-barcodescanner",
3-
"version": "7.1.2",
3+
"version": "8.0.0",
44
"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.",
55
"cordova": {
66
"id": "phonegap-plugin-barcodescanner",
@@ -26,12 +26,19 @@
2626
],
2727
"engines": {
2828
"cordovaDependencies": {
29+
"<7.0.0": {
30+
"cordova-android": "<6.3.0"
31+
},
2932
"7.0.0": {
3033
"cordova-android": ">=6.3.0"
3134
},
3235
"7.1.0": {
3336
"cordova-android": ">=6.3.0",
3437
"cordova": ">=7.1.0"
38+
},
39+
"8.0.0": {
40+
"cordova-android": ">=6.3.0",
41+
"cordova": ">=7.1.0"
3542
}
3643
}
3744
},

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<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="7.1.2">
2+
<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="8.0.0">
33
<name>BarcodeScanner</name>
44
<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.</description>
55
<license>MIT</license>

0 commit comments

Comments
 (0)