diff --git a/README.md b/README.md index 5bb8a897737..55985b62118 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:12.8.0' + implementation 'com.stripe:stripe-android:12.8.1' } ``` diff --git a/VERSION b/VERSION index 0aee7e7e945..e56b2006c57 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.8.0 +12.8.1 diff --git a/stripe/AndroidManifest.xml b/stripe/AndroidManifest.xml index 7621f00c5b4..31407a9ca2d 100644 --- a/stripe/AndroidManifest.xml +++ b/stripe/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/stripe/gradle.properties b/stripe/gradle.properties index 34536ce742b..91d576cbfb6 100644 --- a/stripe/gradle.properties +++ b/stripe/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=12.8.0 +VERSION_NAME=12.8.1 POM_DESCRIPTION=Stripe Android Bindings POM_NAME=stripe-android POM_ARTIFACT_ID=stripe-android