From 4eee401b7f3db2dd2033c7198fb89d8ee9615637 Mon Sep 17 00:00:00 2001 From: Julian Steenbakker Date: Wed, 3 Nov 2021 16:47:42 +0100 Subject: [PATCH] release of v0.6.1 --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80df4ae..c331a5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.6.1 +* Fix bug which caused build to fail for iOS. (#452) + ## 0.6.0 #### Features * Add support for raw bytes on iOS. (#421) diff --git a/pubspec.yaml b/pubspec.yaml index 88e0f2d..017bb95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qr_code_scanner description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS. -version: 0.6.0 +version: 0.6.1 homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner