Skip to content

Commit cf91bd5

Browse files
Bump version to 12.5.0
1 parent 724a01a commit cf91bd5

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 12.5.0 - unreleased
3+
## 12.5.0 - 2019-11-21
44
* [#1836](https://github.com/stripe/stripe-android/pull/1836) Add support for [statement_descriptor](https://stripe.com/docs/api/sources/object#source_object-statement_descriptor) field to `Source` model via `Source#statementDescriptor`
55
* [#1837](https://github.com/stripe/stripe-android/pull/1837) Add support for [source_order](https://stripe.com/docs/api/sources/create#create_source-source_order) param via `SourceOrderParams`
66
* [#1839](https://github.com/stripe/stripe-android/pull/1839) Add support for [source_order](https://stripe.com/docs/api/sources/object#source_object-source_order) field to `Source` model via `Source#sourceOrder`

README.md

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

4343
```
4444
dependencies {
45-
implementation 'com.stripe:stripe-android:12.4.0'
45+
implementation 'com.stripe:stripe-android:12.5.0'
4646
}
4747
```
4848

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.4.0
1+
12.5.0

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="82"
5-
android:versionName="12.4.0"
4+
android:versionCode="83"
5+
android:versionName="12.5.0"
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=12.4.0
1+
VERSION_NAME=12.5.0
22
POM_DESCRIPTION=Stripe Android Bindings
33
POM_NAME=stripe-android
44
POM_ARTIFACT_ID=stripe-android

0 commit comments

Comments
 (0)