From b0d6f98568add79a808a238bc2fa97bea693a64a Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Mon, 6 May 2024 17:03:14 +0200 Subject: [PATCH] bump version --- 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 0a0f75983..ac8dc4024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 5.1.1 +* This release fixes an issue with automatic starts in the examples. + ## 5.1.0 This updates reverts a few breaking changes made in v5.0.0 in order to keep things simple. diff --git a/ios/mobile_scanner.podspec b/ios/mobile_scanner.podspec index 027cd235d..eb5dce984 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.0.2' + s.version = '5.1.1' 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 f9d01e8df..8d640999b 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.0.2' + s.version = '5.1.1' 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 cd5b949e7..f283ccd01 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.0 +version: 5.1.1 repository: https://github.com/juliansteenbakker/mobile_scanner screenshots: