From 634354ec047f5da2c7cea04ff03a4fffe390335a Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Sun, 20 Aug 2023 18:42:44 +0400 Subject: [PATCH] version: 1.3.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a576c5..60ff2a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.3.0 + +* Updated zxing-cpp to v2.1.0 + ## 1.2.1 * Moved `melos` to dev dependencies (thanks to [@phlip9](https://github.com/phlip9)) diff --git a/pubspec.yaml b/pubspec.yaml index 4062b2e..0ac18db 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.2.1 +version: 1.3.0 repository: https://github.com/khoren93/flutter_zxing environment: