diff --git a/CHANGELOG.md b/CHANGELOG.md index 570b44f..0684e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 + +* minor fixes for analyzer options + ## 0.1.1 * renamed 'ZxingReaderWidget' to 'ReaderWidget' diff --git a/example/pubspec.lock b/example/pubspec.lock index 452bb42..b2e7ce0 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -342,7 +342,7 @@ packages: path: ".." relative: true source: path - version: "0.1.1" + version: "0.1.2" fluttertoast: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 21eaf48..a01e7db 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.1.1 +version: 0.1.2 repository: https://github.com/khoren93/flutter_zxing environment: