Skip to content

Commit 57b2e3a

Browse files
author
Jenkins
committed
8.3.511
1 parent d50d7c1 commit 57b2e3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ios/flutter_document_reader_api.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_document_reader_api'
3-
s.version = '8.3.496'
3+
s.version = '8.3.511'
44
s.summary = 'A new flutter plugin project.'
55
s.description = <<-DESC
66
A new flutter plugin project.
@@ -13,7 +13,7 @@ A new flutter plugin project.
1313
s.public_header_files = 'Classes/**/*.h'
1414
s.dependency 'Flutter'
1515
s.platform = :ios, '13.0'
16-
s.dependency 'DocumentReader', '8.3.5094'
16+
s.dependency 'DocumentReader', '8.3.5107'
1717
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
1818
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
1919
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description:
44
It allows you to easily scan documents, for example passport, using your phone's camera. Supports Android and iOS.
55
repository: https://github.com/regulaforensics/DocumentReader-Flutter
66
issue_tracker: https://github.com/regulaforensics/DocumentReader-Flutter/issues
7-
version: 8.3.496
7+
version: 8.3.511
88

99
environment:
1010
sdk: '>=3.1.5 <4.0.0'

0 commit comments

Comments
 (0)