Skip to content

Commit

Permalink
Bump version to 20.50.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynewstrom-stripe committed Sep 26, 2024
1 parent f1f381c commit ccf009a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.5
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## XX.XX.XX - 20XX-XX-XX

## 20.50.9 - 2024-09-26

## 20.51.0 - 2024-09-23

### PaymentSheet
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Add `stripe-android` to your `build.gradle` dependencies.

```
dependencies {
implementation 'com.stripe:stripe-android:20.51.0'
implementation 'com.stripe:stripe-android:20.50.9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.51.0
20.50.9
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ android.useAndroidX=true
android.experimental.androidTest.numManagedDeviceShards=3

# Update StripeSdkVersion.VERSION_NAME when publishing a new release
VERSION_NAME=20.51.0
VERSION_NAME=20.50.9
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ package com.stripe.android.core.version
*
*/
object StripeSdkVersion {
const val VERSION_NAME = "20.51.0"
const val VERSION_NAME = "20.50.9"
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
}

0 comments on commit ccf009a

Please sign in to comment.