diff --git a/CHANGELOG.md b/CHANGELOG.md index 590e6d4..1d8c4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## [0.0.4] - 2/8/17 +## [0.0.6] - 8/29/18 + +* Fix android dependencies +* iOS scanner now looks like Android thanks to @dustin-graham + +## [0.0.4] - 2/8/18 * Fix missing gradle dependency (thanks to [toteto](https://github.com/apptreesoftware/flutter_barcode_reader/pull/15)) * Update gradle dependencies diff --git a/pubspec.yaml b/pubspec.yaml index cc576c4..e543b35 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.5 +version: 0.0.6 author: Matthew Smith homepage: https://github.com/apptreesoftware/flutter_barcode_reader