Skip to content

Commit 6b07dc0

Browse files
committed
bump version
1 parent 5595bf0 commit 6b07dc0

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.3
22

33
Deprecations:
44
* The `EncryptionType.none` constant has been deprecated, as its name was misleading. Use `EncryptionType.unknown` instead.

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.2.2'
7+
s.version = '5.2.3'
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.2.2'
7+
s.version = '5.2.3'
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.2.2
3+
version: 5.2.3
44
repository: https://github.com/juliansteenbakker/mobile_scanner
55

66
screenshots:

0 commit comments

Comments
 (0)