Skip to content

Commit b62efb6

Browse files
authored
Merge pull request #243 from cmgustavo/bug/invalid-tag-01
fix(tag): removes invalid tag UseSwiftLanguageVersion
2 parents 5e222a2 + 3c368fe commit b62efb6

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1+
<a name="3.0.1"></a>
2+
## [3.0.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.6.0...3.0.1) (2019-03-29)
3+
4+
5+
### Bug Fixes
6+
7+
* **iOS:** remove tag UseSwiftLanguageVersion
8+
9+
10+
111
<a name="3.0.0"></a>
212
# [3.0.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.6.0...3.0.0) (2019-03-28)
313

414

515
### BREAKING CHANGES
616

717
* **iOS:** only supported by XCode 10.2 or higher
8-
* **syntax:** Swift 5 ([692c126](https://github.com/bitpay/cordova-plugin-qrscanner/commit/692c126))
918

1019

1120

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-qrscanner",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Fast, energy-efficient, highly-configurable QR code scanner.",
55
"cordova": {
66
"id": "cordova-plugin-qrscanner",

plugin.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<plugin
3-
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-plugin-qrscanner" version="3.0.0">
3+
xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-plugin-qrscanner" version="3.0.1">
44
<name>QRScanner</name>
55
<engines>
66
<engine name="cordova" version=">=3.4.0"/>
@@ -29,7 +29,6 @@
2929
</feature>
3030
</config-file>
3131
<dependency id="cordova-plugin-add-swift-support" spec="~1.7.2" />
32-
<preference name="UseSwiftLanguageVersion" value="5" />
3332
<source-file src="src/ios/QRScanner.swift"/>
3433
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
3534
<string>The camera is used to scan QR codes.</string>

0 commit comments

Comments
 (0)