From 1f9f1752b3f8d38fc2379df3825e9ad26f216a59 Mon Sep 17 00:00:00 2001 From: juliansteenbakker Date: Tue, 16 Nov 2021 20:22:20 +0100 Subject: [PATCH] imp: bump version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 017bb95..67379b9 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.6.1 +version: 0.6.2 homepage: https://juliuscanute.com repository: https://github.com/juliuscanute/qr_code_scanner