Skip to content

Commit

Permalink
Bump ios sdk to 3.9.0 (#805)
Browse files Browse the repository at this point in the history
* Bump ios sdk to 3.9.0

* Bump ios sdk to 3.9.1
  • Loading branch information
tim-lin-bbpos authored Sep 10, 2024
1 parent 2a80fa3 commit a6fb3cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dev-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -440,11 +440,11 @@ PODS:
- SocketRocket (0.6.1)
- stripe-terminal-react-native (0.0.1-beta.20):
- React-Core
- StripeTerminal (~> 3.8.3)
- StripeTerminal (~> 3.9.1)
- stripe-terminal-react-native/Tests (0.0.1-beta.20):
- React-Core
- StripeTerminal (~> 3.8.3)
- StripeTerminal (3.8.3)
- StripeTerminal (~> 3.9.1)
- StripeTerminal (3.9.1)
- Yoga (1.14.0)

DEPENDENCIES:
Expand Down Expand Up @@ -644,8 +644,8 @@ SPEC CHECKSUMS:
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
stripe-terminal-react-native: f7f4a9333d9f1f5eebf1bd0f9455ddeae8b4f971
StripeTerminal: 1982b8395d3a45d887a6db0ff75aa3df8be58dcb
stripe-terminal-react-native: 9dd77a7ef19b268e02782686dbe84dbb9f2c48d9
StripeTerminal: f7f5e176979224ed76edb3724f41138fbb28053c
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5

PODFILE CHECKSUM: e42df060dac549df682e535ef903a0f36c3e799c
Expand Down
2 changes: 1 addition & 1 deletion stripe-terminal-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Pod::Spec.new do |s|
end

s.dependency 'React-Core'
s.dependency 'StripeTerminal', '~> 3.8.3'
s.dependency 'StripeTerminal', '~> 3.9.1'
end

0 comments on commit a6fb3cc

Please sign in to comment.