From bae95511b7301c638aff7d34480065b69b880d96 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Wed, 29 Aug 2018 21:59:26 -0700 Subject: [PATCH] prepare for 0.0.6 release --- CHANGELOG.md | 7 ++++++- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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