From 171240d44546802aa4c77335e5d9c6368800080e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar?= Date: Fri, 16 Mar 2018 00:39:38 +0100 Subject: [PATCH] Bump version and engines --- 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 - +