From 0ea107f5db3b03725d21553dde7d42c7afb69086 Mon Sep 17 00:00:00 2001 From: Scott Antonac Date: Tue, 4 Jun 2024 14:28:06 +1000 Subject: [PATCH] prepare for release 4.5.1 --- docs/installation.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 669b27eb..1392b851 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -19,7 +19,7 @@ Add `afterpay-android` to your `build.gradle` dependencies. ``` gradle dependencies { - implementation 'com.afterpay:afterpay-android:4.5.0' + implementation 'com.afterpay:afterpay-android:4.5.1' } ``` diff --git a/gradle.properties b/gradle.properties index 31551f3d..3f24564d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.afterpay -VERSION_NAME=4.5.0-SNAPSHOT +VERSION_NAME=4.5.1-SNAPSHOT POM_URL=https://github.com/afterpay/sdk-android/ POM_SCM_URL=https://github.com/afterpay/sdk-android/