From 6a154828ab8bb7593dbb5ecf5951bb99a883e195 Mon Sep 17 00:00:00 2001 From: Kees van Dieren Date: Wed, 20 Dec 2023 12:35:26 +0100 Subject: [PATCH] New development version --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11ec69e..d834611 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Maven Central](http://maven-badges.herokuapp.com/maven-central/com.badlogicgames.gdxpay/gdx-pay/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.badlogicgames.gdxpay%22) This project aims to provide a **cross-platform API for InApp purchasing**. -The gdx-pay project is a libGDX extension. Current release version is 1.3.6. Please use at least libGDX v1.9.8 or Robovm 2.3.5. +The gdx-pay project is a libGDX extension. Current release version is 1.3.7. Please use at least libGDX v1.9.8 or Robovm 2.3.5. SNAPSHOT builds are published regularly on [https://oss.sonatype.org/content/repositories/snapshots/](https://oss.sonatype.org/content/repositories/snapshots/). @@ -24,7 +24,7 @@ The recommended way to use gdx-pay is via dependency management with Gradle or M *project-root/build.gradle:* ext { - gdxPayVersion = '1.3.6' + gdxPayVersion = '1.3.7' } Add the following dependencies: diff --git a/gradle.properties b/gradle.properties index 88deec9..d9ba07a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.badlogicgames.gdxpay -version=1.3.7 +version=1.3.8 POM_DESCRIPTION=Gdx Payment library POM_NAME=libGDX Payment API POM_URL=https://github.com/libgdx/gdx-pay