diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f48a1..08c2f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.0.1 - 2020-02-19 + +Bugfixes: +- Fixed wrong build.gradle + ## v2.0.0 - 2020-02-19 Features: diff --git a/android/build.gradle b/android/build.gradle index 7f466be..0c36855 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,3 @@ -package android - group 'de.mintware.barcode_scan' version '1.0-SNAPSHOT' diff --git a/pubspec.yaml b/pubspec.yaml index c3cdf7f..a897da3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: barcode_scan description: A flutter plugin for scanning 2D barcodes and QRCodes via camera. -version: 2.0.0 +version: 2.0.1 homepage: https://github.com/mintware-de/flutter_barcode_reader dependencies: