Skip to content

Commit 12c68a1

Browse files
Bump version to 10.3.1
1 parent b1fba55 commit 12c68a1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `stripe-android` to your `build.gradle` dependencies.
2424

2525
```
2626
dependencies {
27-
implementation 'com.stripe:stripe-android:10.3.0'
27+
implementation 'com.stripe:stripe-android:10.3.1'
2828
}
2929
```
3030

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.3.0
1+
10.3.1

stripe/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.stripe.android"
4-
android:versionCode="57"
5-
android:versionName="10.3.0"
4+
android:versionCode="58"
5+
android:versionName="10.3.1"
66
>
77

88
<application>

stripe/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=10.3.0
1+
VERSION_NAME=10.3.1
22
POM_DESCRIPTION=Stripe Android Bindings
33
POM_NAME=stripe-android
44
POM_ARTIFACT_ID=stripe-android

0 commit comments

Comments
 (0)