diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d3d754a6..93e936447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ +## 5.2.1 + +* Updates the `package:web` dependency to use a version range. + ## 5.2.0 -* This release requires Flutter 3.22.0 and Dart 3.4. + +This release requires Flutter 3.22.0 and Dart 3.4. * [Android] Fixed a leak of the barcode scanner. * [Android] Fixed a crash when encountering invalid numbers for the scan window. diff --git a/ios/mobile_scanner.podspec b/ios/mobile_scanner.podspec index 103b6d14f..aa52fb624 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.2.0' + s.version = '5.2.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 7dd654e2f..0d94a11d8 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.2.0' + s.version = '5.2.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 ad7e3841b..71d2a6007 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.2.0 +version: 5.2.1 repository: https://github.com/juliansteenbakker/mobile_scanner screenshots: @@ -25,7 +25,7 @@ dependencies: flutter_web_plugins: sdk: flutter plugin_platform_interface: ^2.0.2 - web: ^1.0.0 + web: ">=0.5.1 <2.0.0" dev_dependencies: flutter_test: