From 3c368fe8a754dd52e07a1964e9095c6f24666c9b Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 29 Mar 2019 12:15:27 -0300 Subject: [PATCH] fix(tag): removes invalid tag UseSwiftLanguageVersion --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- plugin.xml | 3 +-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af35825..dae08949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [3.0.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.6.0...3.0.1) (2019-03-29) + + +### Bug Fixes + +* **iOS:** remove tag UseSwiftLanguageVersion + + + # [3.0.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.6.0...3.0.0) (2019-03-28) @@ -5,7 +15,6 @@ ### BREAKING CHANGES * **iOS:** only supported by XCode 10.2 or higher -* **syntax:** Swift 5 ([692c126](https://github.com/bitpay/cordova-plugin-qrscanner/commit/692c126)) diff --git a/package.json b/package.json index 658cefb9..a44b1eb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-qrscanner", - "version": "3.0.0", + "version": "3.0.1", "description": "Fast, energy-efficient, highly-configurable QR code scanner.", "cordova": { "id": "cordova-plugin-qrscanner", diff --git a/plugin.xml b/plugin.xml index 1369914f..795e0824 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ + xmlns="http://www.phonegap.com/ns/plugins/1.0" id="cordova-plugin-qrscanner" version="3.0.1"> QRScanner @@ -29,7 +29,6 @@ - The camera is used to scan QR codes.