diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a00a0..03a7f10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.0.10 + +* update README.md + +## 0.0.9 + +* update README.md + ## 0.0.8 * migrated Android project to androidx (by Felipe César) diff --git a/README.md b/README.md index bdc4cf5..20dc762 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Android

- +

- +

@@ -33,12 +33,12 @@ iOS

- +

- +

diff --git a/pubspec.yaml b/pubspec.yaml index 67c0bf7..53dda90 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.8 +version: 0.0.10 author: Julius Canute homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner