diff --git a/README.md b/README.md index 26827f2609d..d108baee7e1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The Stripe Android SDK makes it quick and easy to build an excellent payment exp No need to clone the repository or download any files -- just add this line to your app's `build.gradle` inside the `dependencies` section: ``` -implementation 'com.stripe:stripe-android:10.1.0' +implementation 'com.stripe:stripe-android:10.1.1' ``` Note: We recommend that you don't use `compile 'com.stripe:stripe-android:+`, as future versions of the SDK may not maintain full backwards compatibility. When such a change occurs, a major version number change will accompany it. diff --git a/VERSION b/VERSION index 4149c39eec6..23127993ac0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.1.0 +10.1.1 diff --git a/stripe/AndroidManifest.xml b/stripe/AndroidManifest.xml index a54e29dfd25..c59de3ac0e8 100644 --- a/stripe/AndroidManifest.xml +++ b/stripe/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/stripe/gradle.properties b/stripe/gradle.properties index d0a40bde43c..5c74d6c4a0f 100644 --- a/stripe/gradle.properties +++ b/stripe/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=10.1.0 +VERSION_NAME=10.1.1 POM_DESCRIPTION=Stripe Android Bindings POM_NAME=stripe-android POM_ARTIFACT_ID=stripe-android