diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1685c..ab7fb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4 + +* fix black screen orientation/unlock/focus + ## 0.0.3 * iOS library reference fix diff --git a/pubspec.yaml b/pubspec.yaml index 38076ad..235612c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: qr_code_scanner description: QR code scanner that can be embedded inside flutter. It uses zxing in Android and MTBBarcode scanner in iOS. -version: 0.0.3 +version: 0.0.4 author: Julius Canute homepage: https://github.com/juliuscanute/qr_code_scanner