Skip to content

Commit

Permalink
Merge pull request #54 from moneykit/austin/update-ios-sdk-1.7.7
Browse files Browse the repository at this point in the history
Update iOS SDK to v1.7.7
  • Loading branch information
avalleskey authored Oct 10, 2024
2 parents 74eccc3 + 2b3ffe2 commit 619fa97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- boost (1.83.0)
- Connect (1.11.0):
- ExpoModulesCore
- MoneyKit (~> 1.7.5)
- MoneyKit (~> 1.7.7)
- DoubleConversion (1.1.6)
- EXConstants (16.0.2):
- ExpoModulesCore
Expand Down Expand Up @@ -279,7 +279,7 @@ PODS:
- hermes-engine (0.74.3):
- hermes-engine/Pre-built (= 0.74.3)
- hermes-engine/Pre-built (0.74.3)
- MoneyKit (1.7.5)
- MoneyKit (1.7.7)
- RCT-Folly (2024.01.01.00):
- boost
- DoubleConversion
Expand Down
2 changes: 1 addition & 1 deletion ios/Connect.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.static_framework = true

s.dependency 'ExpoModulesCore'
s.dependency 'MoneyKit', '~> 1.7.5'
s.dependency 'MoneyKit', '~> 1.7.7'

# Swift/Objective-C compatibility
s.pod_target_xcconfig = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moneykit/connect-react-native",
"version": "1.14.0",
"version": "1.15.0",
"description": "MoneyKit Connect is a quick and secure way to link bank accounts from within your app. The drop-in framework handles connecting to a financial institution in your app (credential validation, multi-factor authentication, error handling, etc.) without passing sensitive information to your server",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 619fa97

Please sign in to comment.