From 34671724be5573164b7b076028fbb89bcc028b1b Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Tue, 17 Sep 2019 13:52:56 -0400 Subject: [PATCH] Bump version to 11.1.1 --- README.md | 2 +- VERSION | 2 +- stripe/AndroidManifest.xml | 4 ++-- stripe/gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce2539c4080..b45b8169bde 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add `stripe-android` to your `build.gradle` dependencies. ``` dependencies { - implementation 'com.stripe:stripe-android:11.1.0' + implementation 'com.stripe:stripe-android:11.1.1' } ``` diff --git a/VERSION b/VERSION index 68d8f15e23c..668182d21a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.1.0 +11.1.1 diff --git a/stripe/AndroidManifest.xml b/stripe/AndroidManifest.xml index 8ed8d1d94b3..8022b171472 100644 --- a/stripe/AndroidManifest.xml +++ b/stripe/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/stripe/gradle.properties b/stripe/gradle.properties index ea9a2967026..69d4e58eb8e 100644 --- a/stripe/gradle.properties +++ b/stripe/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.1.0 +VERSION_NAME=11.1.1 POM_DESCRIPTION=Stripe Android Bindings POM_NAME=stripe-android POM_ARTIFACT_ID=stripe-android