diff --git a/package.json b/package.json index e5d65f5f..ba61b130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phonegap-plugin-barcodescanner", - "version": "8.0.0", + "version": "8.0.1", "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 662daba8..d3a7d6c0 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