From 0a03bb4a7213a3ed5d50aef369cdb9147f716f1b Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Thu, 11 Aug 2022 00:10:17 +0200 Subject: [PATCH] release version 9.1.0 --- package-lock.json | 2 +- package.json | 2 +- plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e7706b0c..bb0e3637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ns0m-barcodescanner", - "version": "9.0.0", + "version": "9.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f46525cc..e8e9951c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ns0m-barcodescanner", - "version": "9.0.7", + "version": "9.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": "cordova-plugin-ns0m-barcodescanner", diff --git a/plugin.xml b/plugin.xml index 814a197d..4cf5d369 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="9.1.0"> 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