From 9e34be8401af51bbf3e5d5b5f870f35b8cef1fb4 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Thu, 7 Jul 2022 16:29:29 +0400 Subject: [PATCH] version: 0.6.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a40ab..af2a7db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.0 + +* updated zxing-cpp to v1.4.0 + ## 0.5.0 * fixed Chinese support for iOS (thanks to [@aqiu202](https://github.com/aqiu202)) diff --git a/pubspec.yaml b/pubspec.yaml index 8da51e5..5c94312 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.5.0 +version: 0.6.0 repository: https://github.com/khoren93/flutter_zxing environment: