From 04ca39938dcaffb6ac0d65a275a740848acc1e22 Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Mon, 7 Oct 2024 20:09:08 +0200 Subject: [PATCH] new major version --- CHANGELOG.md | 7 +++++-- ios/mobile_scanner.podspec | 2 +- macos/mobile_scanner.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c87b566b4..6064cbbae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -## 5.2.4 +## 6.0.0 + +**BREAKING CHANGES:** * [iOS] iOS 15.5.0 is now the minimum supported iOS version. +* [iOS] Updates MLKit to version 7.0.0. +* [iOS] Updates the minimum supported XCode version to 15.3.0. Improvements: -* [iOS] Updates MLkit to the latest release. * [MacOS] Added the corners and size information to barcode results. * [MacOS] Added support for `analyzeImage`. * [MacOS] Added a Privacy Manifest. diff --git a/ios/mobile_scanner.podspec b/ios/mobile_scanner.podspec index 462bbf2eb..74fc05420 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.2.4' + s.version = '6.0.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 2a9f69e33..44174bc42 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.2.4' + s.version = '6.0.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 0b96d813d..83542032d 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.2.4 +version: 6.0.0 repository: https://github.com/juliansteenbakker/mobile_scanner screenshots: