From 71a8e8f8cc632f71a2d4b3d6bb1f06b44d7ce43e Mon Sep 17 00:00:00 2001 From: Scott Antonac Date: Tue, 12 Oct 2021 13:36:21 +1100 Subject: [PATCH] prepare 2.1.0 for release --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81fa9456..335a7866 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add `afterpay-android` to your `build.gradle` dependencies. ```gradle dependencies { - implementation 'com.afterpay:afterpay-android:2.0.5' + implementation 'com.afterpay:afterpay-android:2.1.0' } ``` diff --git a/gradle.properties b/gradle.properties index bee7a3d4..3a8af75a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.afterpay -VERSION_NAME=2.0.5-SNAPSHOT +VERSION_NAME=2.1.0-SNAPSHOT POM_URL=https://github.com/afterpay/sdk-android/ POM_SCM_URL=https://github.com/afterpay/sdk-android/