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

Commit aad4a91

Browse files
authored
Bump version and engines (#627)
1 parent b9a32ba commit aad4a91

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phonegap-plugin-barcodescanner",
3-
"version": "7.0.4",
3+
"version": "7.1.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",
@@ -32,6 +32,10 @@
3232
"cordovaDependencies": {
3333
"7.0.0": {
3434
"cordova-android": ">=6.3.0"
35+
},
36+
"7.1.0": {
37+
"cordova-android": ">=6.3.0",
38+
"cordova": ">=7.1.0"
3539
}
3640
}
3741
},

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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.0.4">
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.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>
66
<repo>https://github.com/phonegap/phonegap-plugin-barcodescanner</repo>
77
<issue>https://github.com/phonegap/phonegap-plugin-barcodescanner/issues</issue>
88
<engines>
9-
<engine name="cordova" version=">=3.0.0"/>
9+
<engine name="cordova" version=">=7.1.0"/>
1010
<engine name="cordova-android" version=">=6.3.0"/>
1111
</engines>
1212
<js-module src="www/barcodescanner.js" name="BarcodeScanner">

0 commit comments

Comments
 (0)