From e1736a3324f932995c04a31aca1e60c81cd40067 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Mon, 27 Jan 2020 13:14:42 -0500 Subject: [PATCH] Bump version to 13.1.3 --- CHANGELOG.md | 2 +- README.md | 2 +- VERSION | 2 +- stripe/AndroidManifest.xml | 4 ++-- stripe/gradle.properties | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6423d5cda0e..f68688e77fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 23a9b073519..25c0020db25 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/VERSION b/VERSION index 38373818054..5a21446fc68 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.2 +13.1.3 diff --git a/stripe/AndroidManifest.xml b/stripe/AndroidManifest.xml index ab511f13781..06dcec46ae7 100644 --- a/stripe/AndroidManifest.xml +++ b/stripe/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/stripe/gradle.properties b/stripe/gradle.properties index 749726cfd02..ea0fe2e7f77 100644 --- a/stripe/gradle.properties +++ b/stripe/gradle.properties @@ -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