From 5c915006d94f7efa43b9e621b21caa89eca5808e Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Sun, 29 Apr 2018 00:52:08 +0200 Subject: [PATCH] Bump version (#657) --- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9466b0f1..fcb25e34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phonegap-plugin-barcodescanner", - "version": "7.1.1", + "version": "7.1.2", "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", diff --git a/plugin.xml b/plugin.xml index 80fd6244..a1825156 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - + 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