From aad4a91f858ae54f5c0b1b613b603ce87f910cda Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Fri, 16 Mar 2018 10:37:12 +0100 Subject: [PATCH] Bump version and engines (#627) --- package.json | 6 +++++- plugin.xml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 50ce391a..42a81827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phonegap-plugin-barcodescanner", - "version": "7.0.4", + "version": "7.1.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", @@ -32,6 +32,10 @@ "cordovaDependencies": { "7.0.0": { "cordova-android": ">=6.3.0" + }, + "7.1.0": { + "cordova-android": ">=6.3.0", + "cordova": ">=7.1.0" } } }, diff --git a/plugin.xml b/plugin.xml index 105af0ff..b42ef3c3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,12 +1,12 @@ - + BarcodeScanner 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. MIT https://github.com/phonegap/phonegap-plugin-barcodescanner https://github.com/phonegap/phonegap-plugin-barcodescanner/issues - +