Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 11dd6b5

Browse files
author
Sergey Shakhnazarov
authored
Merge pull request #284 from daserge/version-bump
Updated version to 6.0.0 for release
2 parents dd85e25 + 0f534db commit 11dd6b5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "phonegap-plugin-barcodescanner",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
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",
77
"platforms": [
88
"ios",
99
"android",
10-
"windows8",
1110
"windows",
1211
"wp8",
1312
"blackberry10",
@@ -23,7 +22,6 @@
2322
"ecosystem:phonegap",
2423
"cordova-ios",
2524
"cordova-android",
26-
"cordova-windows8",
2725
"cordova-windows",
2826
"cordova-wp8",
2927
"cordova-blackberry10",

plugin.xml

Lines changed: 1 addition & 1 deletion
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="5.0.1">
5+
version="6.0.0">
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)