Skip to content

Commit cbbb133

Browse files
committed
bump version
1 parent 20527c8 commit cbbb133

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 6.0.2
2+
3+
Bugs fixed:
4+
* Fixed a bug that prevented `analyzeImage` from actually accepting the configured formats.
5+
6+
Improvements:
7+
* [iOS] Excluded the `arm64` architecture for Simulators, which is unsupported by MLKit 7.0.0.
8+
19
## 6.0.1
210

311
Bugs fixed:

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

66
screenshots:

0 commit comments

Comments
 (0)