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