From 58bd634d4696f144878a4a88cc3e4a7ccd1f4b45 Mon Sep 17 00:00:00 2001 From: dleis612 <89605898+dleis612@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:38:49 -0500 Subject: [PATCH] Update to version 3.7.0 (#202) --- README.md | 2 +- forage-android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e542f7cf..4d5d543b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Forage Android SDK (`v3.6.0`) +# Forage Android SDK (`v3.7.0`) ## Table of contents diff --git a/forage-android/build.gradle b/forage-android/build.gradle index 44efc6ae..99239f7f 100644 --- a/forage-android/build.gradle +++ b/forage-android/build.gradle @@ -10,7 +10,7 @@ apply plugin: ShadowAarDependenciesPlugin ext { PUBLISH_GROUP_ID = 'com.joinforage' - PUBLISH_VERSION = '3.6.0' + PUBLISH_VERSION = '3.7.0' PUBLISH_ARTIFACT_ID = 'forage-android' PUBLISH_DESCRIPTION = 'Forage Android SDK' PUBLISH_URL = 'https://github.com/teamforage/forage-android-sdk'