From 8e0bebbc5fa5aea2991c1a1904a3d08c566ccc74 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Thu, 9 Jun 2022 01:13:38 +0400 Subject: [PATCH] version: 0.3.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 517d22e..3cd0fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.1 + +* fixed Chinese support + ## 0.3.0 * added processCameraImage function diff --git a/pubspec.yaml b/pubspec.yaml index 656bde6..cc5df54 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.3.0 +version: 0.3.1 repository: https://github.com/khoren93/flutter_zxing environment: