Skip to content

Commit

Permalink
Bump version to 13.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe committed Jan 27, 2020
1 parent 9626536 commit e1736a3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 13.1.3 - unreleased
## 13.1.3 - 2020-01-27
* [#2105](https://github.com/stripe/stripe-android/pull/2105) Fix crash when confirming a Payment Intent or Setup Intent and an error is encountered

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

```
dependencies {
implementation 'com.stripe:stripe-android:13.1.2'
implementation 'com.stripe:stripe-android:13.1.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.1.2
13.1.3
4 changes: 2 additions & 2 deletions stripe/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.stripe.android"
android:versionCode="93"
android:versionName="13.1.2"
android:versionCode="94"
android:versionName="13.1.3"
>

<application>
Expand Down
2 changes: 1 addition & 1 deletion stripe/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=13.1.2
VERSION_NAME=13.1.3
POM_DESCRIPTION=Stripe Android Bindings
POM_NAME=stripe-android
POM_ARTIFACT_ID=stripe-android
Expand Down

0 comments on commit e1736a3

Please sign in to comment.