Skip to content

Commit

Permalink
Bump version to 20.9.0 (#5417)
Browse files Browse the repository at this point in the history
  • Loading branch information
brnunes-stripe committed Aug 16, 2022
1 parent 8caa743 commit fda4a26
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -64,7 +64,7 @@ Add `stripe-android` to your `build.gradle` dependencies.

```
dependencies {
implementation 'com.stripe:stripe-android:20.8.0'
implementation 'com.stripe:stripe-android:20.9.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
20.8.0
20.9.0
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -16,4 +16,4 @@ android.useAndroidX=true
android.enableJetifier=false

# Update StripeSdkVersion.VERSION_NAME when publishing a new release
VERSION_NAME=20.8.0
VERSION_NAME=20.9.0
Expand Up @@ -8,6 +8,6 @@ package com.stripe.android.core.version
*
*/
object StripeSdkVersion {
const val VERSION_NAME = "20.8.0"
const val VERSION_NAME = "20.9.0"
const val VERSION: String = "AndroidBindings/$VERSION_NAME"
}

0 comments on commit fda4a26

Please sign in to comment.