Skip to content

Commit

Permalink
v1.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Jul 8, 2020
1 parent 606a3ba commit b4b3d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Dependency Status](https://dependencyci.com/github/libgdx/gdx-pay/badge)](https://dependencyci.com/github/libgdx/gdx-pay)

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.1.0. Please use at least libGDX v1.9.8, Robovm 2.3.5 or multi-os-engine v1.3.8.
The gdx-pay project is a libGDX extension. Current release version is 1.2.0. Please use at least libGDX v1.9.8, Robovm 2.3.5 or multi-os-engine v1.3.8.

SNAPSHOT builds are published regularly on [https://oss.sonatype.org/content/repositories/snapshots/](https://oss.sonatype.org/content/repositories/snapshots/).

Expand All @@ -26,7 +26,7 @@ The recommended way to use gdx-pay is via dependency management with Gradle or M
*project-root/build.gradle:*

ext {
gdxPayVersion = '1.1.0'
gdxPayVersion = '1.2.0'
}

Add the following dependencies:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ task wrapper(type: Wrapper) {

allprojects {
group = 'com.badlogicgames.gdxpay'
version = '1.2-SNAPSHOT'
version = '1.2.0'
}

class Developer {
Expand Down

0 comments on commit b4b3d27

Please sign in to comment.