From 9b88c3ac5703658bed5f0e9796c6f3786062fdb3 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Tue, 7 Nov 2017 18:43:42 -0800 Subject: [PATCH] Updated pubspec and changelog for release --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3da225d..aa4f751 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,7 @@ * Supports 2D & QR Codes * Control flash while scanning + +## [0.0.2] - 11/7/17 + +* Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see https://github.com/flutter/flutter/issues/10968) \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index b48365a..65448bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: barcode_scan description: A flutter plugin for scanning 2D barcodes and QRCodes. -version: 0.0.1 +version: 0.0.2 author: Matthew Smith homepage: https://github.com/apptreesoftware/flutter_barcode_reader