From c3e72b2968307a24a25fbb53d473ea4a5c7ad7b0 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Sat, 20 Aug 2022 18:26:17 +0400 Subject: [PATCH] version: 0.7.4 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e818c1..20e05d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.4 + +* updated readme + ## 0.7.3 * encodeBarcode method now uses the named parameters instead of positional parameters diff --git a/pubspec.yaml b/pubspec.yaml index 8f63450..754af59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_zxing description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. -version: 0.7.3 +version: 0.7.4 repository: https://github.com/khoren93/flutter_zxing environment: