diff --git a/package-lock.json b/package-lock.json index 3cd00e80..13a38ac3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-ns0m-barcodescanner", - "version": "9.2.0", + "version": "9.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-plugin-ns0m-barcodescanner", - "version": "9.2.0", + "version": "9.3.0", "license": "MIT", "dependencies": { "nopt": "^5.0.0", diff --git a/package.json b/package.json index a46eebe6..05d188f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-ns0m-barcodescanner", - "version": "9.2.0", + "version": "9.3.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 0e28ca96..a582da99 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="9.3.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