Skip to content

Commit

Permalink
Bump to v3.9.0 (#245)
Browse files Browse the repository at this point in the history
<!-- Update your title to prefix with your ticket number -->

## What
Bump minor version 

<!-- Please include a summary of the change. List any dependencies that are required for this change. -->

## Test Plan
N/A

## Demo
N/A

## How

<!-- Describe the rollout plan if it includes multiple PRs/Repos or requires extra steps beyond reverting this PR -->
Merge this once we merge in the `showKeyboard()` PR
  • Loading branch information
devinmorgan authored Apr 26, 2024
1 parent 939931a commit 6fdbaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Forage Android SDK (`v3.8.1`)
# Forage Android SDK (`v3.9.0`)

You can use the Forage Android SDK to process online-only and/or Terminal POS EBT payments. The SDK provides UI components known as Forage Elements and associated methods that perform payment operations.

Expand Down
2 changes: 1 addition & 1 deletion forage-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: ShadowAarDependenciesPlugin

ext {
PUBLISH_GROUP_ID = 'com.joinforage'
PUBLISH_VERSION = '3.8.1'
PUBLISH_VERSION = '3.9.0'
PUBLISH_ARTIFACT_ID = 'forage-android'
PUBLISH_DESCRIPTION = 'Forage Android SDK'
PUBLISH_URL = 'https://github.com/teamforage/forage-android-sdk'
Expand Down

0 comments on commit 6fdbaa2

Please sign in to comment.