diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af922988..11189900c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## 0.1.3 +* Fixed crash after asking permission. [#29](https://github.com/juliansteenbakker/mobile_scanner/issues/29) +* Upgraded cameraX from 1.1.0-beta01 to 1.1.0-beta02 + ## 0.1.2 -* MobileScannerArguments is now exported. [7](https://github.com/juliansteenbakker/mobile_scanner/issues/7) +* MobileScannerArguments is now exported. [#7](https://github.com/juliansteenbakker/mobile_scanner/issues/7) Bugfixes: * Fixed application crashing when stop() or start() is called multiple times. [#5](https://github.com/juliansteenbakker/mobile_scanner/issues/5) diff --git a/pubspec.yaml b/pubspec.yaml index bdba209ed..b81a01c8c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mobile_scanner description: A universal barcode and QR code scanner for Flutter based on MLKit. Uses CameraX on Android, AVFoundation on iOS and Apple Vision & AVFoundation on macOS. -version: 0.1.2 +version: 0.1.3 repository: https://github.com/juliansteenbakker/mobile_scanner environment: