Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmgustavo committed Mar 28, 2019
1 parent 692c126 commit 8d7532b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-qrscanner",
"version": "2.6.1",
"version": "3.0.0",
"description": "Fast, energy-efficient, highly-configurable QR code scanner.",
"cordova": {
"id": "cordova-plugin-qrscanner",
Expand Down
5 changes: 3 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-plugin-qrscanner" version="2.6.1">
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-plugin-qrscanner" version="3.0.0">
<name>QRScanner</name>
<engines>
<engine name="cordova" version=">=3.4.0"/>
Expand Down Expand Up @@ -28,7 +28,8 @@
<param name="ios-package" value="QRScanner"/>
</feature>
</config-file>
<dependency id="cordova-plugin-add-swift-support" spec="~1.7.1" />
<dependency id="cordova-plugin-add-swift-support" spec="~1.7.2" />
<preference name="UseSwiftLanguageVersion" value="5" />
<source-file src="src/ios/QRScanner.swift"/>
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
<string>The camera is used to scan QR codes.</string>
Expand Down

0 comments on commit 8d7532b

Please sign in to comment.