Skip to content

Commit 3cf975b

Browse files
author
daserge
committedJul 15, 2016
Updated version to 6.0.1 for release
1 parent 9d4a961 commit 3cf975b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phonegap-plugin-barcodescanner",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"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.",
55
"cordova": {
66
"id": "phonegap-plugin-barcodescanner",

‎plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:rim="http://www.blackberry.com/ns/widgets"
44
id="phonegap-plugin-barcodescanner"
5-
version="6.0.0">
5+
version="6.0.1">
66

77
<name>BarcodeScanner</name>
88
<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.</description>

0 commit comments

Comments
 (0)
Failed to load comments.