Skip to content

Commit fa271d4

Browse files
committed
bump version to 5.2.0
1 parent 7f4c6b0 commit fa271d4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## NEXT
1+
## 5.2.0
22
* This release requires Flutter 3.22.0 and Dart 3.4.
33

44
* [Android] Fixed a leak of the barcode scanner.

ios/mobile_scanner.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mobile_scanner'
7-
s.version = '5.1.1'
7+
s.version = '5.2.0'
88
s.summary = 'An universal scanner for Flutter based on MLKit.'
99
s.description = <<-DESC
1010
An universal scanner for Flutter based on MLKit.

macos/mobile_scanner.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mobile_scanner'
7-
s.version = '5.1.1'
7+
s.version = '5.2.0'
88
s.summary = 'An universal scanner for Flutter based on MLKit.'
99
s.description = <<-DESC
1010
An universal scanner for Flutter based on MLKit.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mobile_scanner
22
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.
3-
version: 5.1.1
3+
version: 5.2.0
44
repository: https://github.com/juliansteenbakker/mobile_scanner
55

66
screenshots:

0 commit comments

Comments
 (0)