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