diff --git a/package.json b/package.json
index ac3bf4ea..e42593ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "phonegap-plugin-barcodescanner",
- "version": "6.0.0",
+ "version": "6.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 2e39c149..6459857a 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:rim="http://www.blackberry.com/ns/widgets"
id="phonegap-plugin-barcodescanner"
- version="6.0.0">
+ version="6.0.1">
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.