Skip to content

Commit

Permalink
Merge pull request #21 from blinkcard/release/v2.9.2
Browse files Browse the repository at this point in the history
Release/v2.9.3
  • Loading branch information
medvedecrobertmb authored Jul 31, 2024
2 parents 2da8908 + e11e797 commit cc0577f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BlinkCard/ios/blinkcard_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'blinkcard_flutter'
s.version = '2.9.2'
s.version = '2.9.3'
s.summary = 'Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.'
s.description = <<-DESC
Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.
Expand All @@ -18,7 +18,7 @@ Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.
s.dependency 'Flutter'
s.platform = :ios, '13.0'

s.dependency 'MBBlinkCard', '~> 2.9.2'
s.dependency 'MBBlinkCard', '~> 2.9.1'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
Expand Down
2 changes: 1 addition & 1 deletion BlinkCard/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: blinkcard_flutter
description: Flutter plugin for BlinkCard, SDK for scanning and OCR of various credit cards.
version: 2.9.2
version: 2.9.3
author: Microblink
homepage: https://microblink.com

Expand Down
7 changes: 7 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.9.3

### Bug fixes

- iOS-specific
- Revert dependency update for iOS BlinkCard

## 2.9.2

### Bug fixes
Expand Down

0 comments on commit cc0577f

Please sign in to comment.