From fa271d4741fb2d79c7ca90a1dd89f870c5c1a0ae Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Tue, 20 Aug 2024 08:17:53 +0200 Subject: [PATCH] bump version to 5.2.0 --- CHANGELOG.md | 2 +- ios/mobile_scanner.podspec | 2 +- macos/mobile_scanner.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f069cc0..1d3d754a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## NEXT +## 5.2.0 * This release requires Flutter 3.22.0 and Dart 3.4. * [Android] Fixed a leak of the barcode scanner. diff --git a/ios/mobile_scanner.podspec b/ios/mobile_scanner.podspec index eb5dce984..103b6d14f 100644 --- a/ios/mobile_scanner.podspec +++ b/ios/mobile_scanner.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mobile_scanner' - s.version = '5.1.1' + s.version = '5.2.0' s.summary = 'An universal scanner for Flutter based on MLKit.' s.description = <<-DESC An universal scanner for Flutter based on MLKit. diff --git a/macos/mobile_scanner.podspec b/macos/mobile_scanner.podspec index 8d640999b..7dd654e2f 100644 --- a/macos/mobile_scanner.podspec +++ b/macos/mobile_scanner.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'mobile_scanner' - s.version = '5.1.1' + s.version = '5.2.0' s.summary = 'An universal scanner for Flutter based on MLKit.' s.description = <<-DESC An universal scanner for Flutter based on MLKit. diff --git a/pubspec.yaml b/pubspec.yaml index 7391c3210..ad7e3841b 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: 5.1.1 +version: 5.2.0 repository: https://github.com/juliansteenbakker/mobile_scanner screenshots: