From 0f291816090a4a790e9a8cf423d35e81e9dd2068 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Thu, 12 Sep 2019 13:34:12 -0400 Subject: [PATCH] Bump version to 11.0.3 --- 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 b475379401b..d32c8fbc319 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.0.2' + implementation 'com.stripe:stripe-android:11.0.3' } ``` diff --git a/VERSION b/VERSION index a1ea332d283..e7e9473ae39 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.0.2 +11.0.3 diff --git a/stripe/AndroidManifest.xml b/stripe/AndroidManifest.xml index 85828bedfba..99cc09628cc 100644 --- a/stripe/AndroidManifest.xml +++ b/stripe/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/stripe/gradle.properties b/stripe/gradle.properties index e1123f69e64..a1fac648b67 100644 --- a/stripe/gradle.properties +++ b/stripe/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=11.0.2 +VERSION_NAME=11.0.3 POM_DESCRIPTION=Stripe Android Bindings POM_NAME=stripe-android POM_ARTIFACT_ID=stripe-android