From 050c88ed3e6639a6bbe71a36d7889097c31e6374 Mon Sep 17 00:00:00 2001 From: dleis612 <89605898+dleis612@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:13:27 -0500 Subject: [PATCH] Bump to version 3.8.0 (#224) * Bump to version 3.7.1 * Actually change to version 3.8.0 --- README.md | 2 +- forage-android/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33f4d99d..056e5f52 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Forage Android SDK (`v3.7.0`) +# Forage Android SDK (`v3.8.0`) ## Table of contents diff --git a/forage-android/build.gradle b/forage-android/build.gradle index 99239f7f..07d68c9f 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.7.0' + PUBLISH_VERSION = '3.8.0' PUBLISH_ARTIFACT_ID = 'forage-android' PUBLISH_DESCRIPTION = 'Forage Android SDK' PUBLISH_URL = 'https://github.com/teamforage/forage-android-sdk'