From a79ca48ba75decf43e3b808e8c8beadf049ae192 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Mon, 9 Jan 2023 18:05:10 +0400 Subject: [PATCH] version: 1.0.0-beta.4 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8bf1e7..149f945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.0-beta.4 + +* Fixed compilation issue on Android + ## 1.0.0-beta.3 * Added the following properties to Code: diff --git a/pubspec.yaml b/pubspec.yaml index 807afc1..ff2d9c8 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: 1.0.0-beta.3 +version: 1.0.0-beta.4 repository: https://github.com/khoren93/flutter_zxing environment: