From 27f95f649405ce019913d5578eb9335b3cdf6d1a Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Thu, 8 Feb 2018 06:02:38 -0800 Subject: [PATCH] Updated changelog and pubspec version --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e77a7b..61a1f39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ * 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] - 1/19/17 +## [0.0.3] - 2/8/17 * Improved permission handling (thanks to [BenSower](https://github.com/BenSower)) * Added MIT license \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 65448bd..133bddd 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.2 +version: 0.0.3 author: Matthew Smith homepage: https://github.com/apptreesoftware/flutter_barcode_reader