From 1bf62877eff4f5da1fbf8d64148cfef044086185 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Wed, 11 May 2022 19:03:31 +0400 Subject: [PATCH] version: 0.1.0 --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- pubspec.yaml | 4 +++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a58d1..aa5eae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.0 + +* renamed 'zxingRead' to 'readBarcode' +* renamed 'zxingEncode' to 'encodeBarcode' +* updated example project + ## 0.0.2 * added ability to set the code format for reader diff --git a/example/pubspec.lock b/example/pubspec.lock index d9411df..158b546 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -342,7 +342,7 @@ packages: path: ".." relative: true source: path - version: "0.0.2" + version: "0.1.0" fluttertoast: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 623f7e2..f00fce2 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.0.2 +version: 0.1.0 repository: https://github.com/khoren93/flutter_zxing environment: @@ -37,3 +37,5 @@ ffigen: headers: entry-points: - "ios/Classes/src/native_zxing.h" + +# flutter pub publish --dry-run \ No newline at end of file