update version, changelog to prepare for release

This commit is contained in:
John Ryan 2018-04-17 12:17:33 -07:00
parent ff0121984e
commit 21d15d3038
2 changed files with 12 additions and 7 deletions

View File

@ -1,13 +1,18 @@
## [0.0.1] - 10/29/17 ## [0.0.4] - 2/8/17
* Supports 2D & QR Codes * Fix missing gradle dependency (thanks to [toteto](https://github.com/apptreesoftware/flutter_barcode_reader/pull/15))
* Control flash while scanning * Update gradle dependencies
## [0.0.3] - 2/8/17
* Improved permission handling (thanks to [BenSower](https://github.com/BenSower))
* Added MIT license
## [0.0.2] - 11/7/17 ## [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) * Rewrite iOS scanner in Objective-C to avoid Swift use_frameworks! conflicts with other plugins (see https://github.com/flutter/flutter/issues/10968)
## [0.0.3] - 2/8/17 ## [0.0.1] - 10/29/17
* Improved permission handling (thanks to [BenSower](https://github.com/BenSower)) * Supports 2D & QR Codes
* Added MIT license * Control flash while scanning

View File

@ -1,6 +1,6 @@
name: barcode_scan name: barcode_scan
description: A flutter plugin for scanning 2D barcodes and QRCodes. description: A flutter plugin for scanning 2D barcodes and QRCodes.
version: 0.0.3 version: 0.0.4
author: Matthew Smith<matthew.smith@apptreesoftware.com> author: Matthew Smith<matthew.smith@apptreesoftware.com>
homepage: https://github.com/apptreesoftware/flutter_barcode_reader homepage: https://github.com/apptreesoftware/flutter_barcode_reader