Skip to content

Commit

Permalink
SDK version updates (#816)
Browse files Browse the repository at this point in the history
* update version names

* pod update

* android update

* 22 prep
  • Loading branch information
nazli-stripe authored Sep 17, 2024
1 parent 2ab5705 commit f5badfe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If applicable, add screenshots to help explain your problem.

**Stripe Terminal React Native SDK version**

- (e.g., `^0.0.1-beta.20`)
- (e.g., `^0.0.1-beta.21`)

**Smartphone (please complete the following information):**

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def getExtOrIntegerDefault(name) {
return rootProject.ext.has(name) ? rootProject.ext.get(name) : (project.properties['StripeTerminalReactNative_' + name]).toInteger()
}

def terminalAndroidSdkVersion = '3.9.2'
def terminalAndroidSdkVersion = '3.9.3'
def reactNativeSdkVersion = getVersionFromNpm()

android {
Expand Down
6 changes: 3 additions & 3 deletions dev-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,10 +438,10 @@ PODS:
- RCT-Folly (= 2021.07.22.00)
- React-Core
- SocketRocket (0.6.1)
- stripe-terminal-react-native (0.0.1-beta.20):
- stripe-terminal-react-native (0.0.1-beta.22):
- React-Core
- StripeTerminal (~> 3.9.1)
- stripe-terminal-react-native/Tests (0.0.1-beta.20):
- stripe-terminal-react-native/Tests (0.0.1-beta.22):
- React-Core
- StripeTerminal (~> 3.9.1)
- StripeTerminal (3.9.1)
Expand Down Expand Up @@ -644,7 +644,7 @@ SPEC CHECKSUMS:
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
stripe-terminal-react-native: 9dd77a7ef19b268e02782686dbe84dbb9f2c48d9
stripe-terminal-react-native: b2de180b2cbf296765cfb0d5c94bdcd0fd78c73d
StripeTerminal: f7f5e176979224ed76edb3724f41138fbb28053c
Yoga: 4c3aa327e4a6a23eeacd71f61c81df1bcdf677d5

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": "@stripe/stripe-terminal-react-native",
"version": "0.0.1-beta.20",
"version": "0.0.1-beta.22",
"description": "Stripe Terminal React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit f5badfe

Please sign in to comment.