diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed9180..1e1685c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.0.3 + +* iOS library reference fix +* Android pause/resume fix + ## 0.0.2 * Added documentation to cover how to use the plugin. diff --git a/pubspec.yaml b/pubspec.yaml index c3ae931..38076ad 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.2 +version: 0.0.3 author: Julius Canute homepage: https://github.com/juliuscanute/qr_code_scanner