From 14d3fb94ede7958ea9464dfeb6bad428497978d4 Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Mon, 1 Jul 2024 10:59:58 +0200 Subject: [PATCH] bump version & changelog --- CHANGELOG.md | 3 +++ ios/mobile_scanner.podspec | 2 +- macos/mobile_scanner.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8dc4024..275dda172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 5.1.2 +* [iOS] Fixes an issue with priorities for the iOS scanner background thread. + ## 5.1.1 * This release fixes an issue with automatic starts in the examples. diff --git a/ios/mobile_scanner.podspec b/ios/mobile_scanner.podspec index eb5dce984..c82835e40 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.1.2' 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..62ffbe51b 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.1.2' 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 f283ccd01..c9a2a4967 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.1.2 repository: https://github.com/juliansteenbakker/mobile_scanner screenshots: