diff --git a/CHANGELOG.md b/CHANGELOG.md index 74723d4..87b172e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.7.2 + +* fixed case sensitive folder name issue in CMakeLists.txt (thanks to [@softkot](https://github.com/softkot)) + ## 0.7.1 * updated dependencies to the latest version diff --git a/pubspec.yaml b/pubspec.yaml index 1778ef2..08658ea 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.7.1 +version: 0.7.2 repository: https://github.com/khoren93/flutter_zxing environment: diff --git a/zxscanner/pubspec.lock b/zxscanner/pubspec.lock index 22f4b66..6759427 100644 --- a/zxscanner/pubspec.lock +++ b/zxscanner/pubspec.lock @@ -314,7 +314,7 @@ packages: path: ".." relative: true source: path - version: "0.7.1" + version: "0.7.2" font_awesome_flutter: dependency: "direct main" description: