Skip to content

Commit

Permalink
BlinkCard version bump. (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokhl authored Feb 5, 2025
1 parent 59cc1c2 commit e5b97f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let package = Package(
.package(
name: "BlinkCard",
url: "https://github.com/blinkcard/blinkcard-swift-package",
.exact("2.10.0")
.exact("2.10.1")
)
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion VGSCollectSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Pod::Spec.new do |spec|
spec.subspec 'BlinkCard' do |blinkcard|
blinkcard.source_files = "Sources/VGSBlinkCardCollector", "Sources/VGSBlinkCardCollector/**/*.{swift}"
blinkcard.dependency "VGSCollectSDK/Core"
blinkcard.dependency "MBBlinkCard", "2.10.0"
blinkcard.dependency "MBBlinkCard", "2.10.1"
blinkcard.ios.deployment_target = "13.0"
end

Expand Down

0 comments on commit e5b97f6

Please sign in to comment.