Skip to content

Commit

Permalink
0.11.4 published
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Dec 17, 2018
1 parent 3146999 commit b01bdc6
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 @@ -5,7 +5,7 @@


This project aims to provide a **cross-platform API for InApp purchasing**.
The gdx-pay project is a libGDX extension. Current release version is 0.11.3. Please use at least libGDX v1.9.6, Robovm 2.3.2 or multi-os-engine v1.3.8.
The gdx-pay project is a libGDX extension. Current release version is 0.11.4. Please use at least libGDX v1.9.6, Robovm 2.3.2 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 @@ -27,7 +27,7 @@ The recommended way to use gdx-pay is via dependency management with Gradle or M
*project-root/build.gradle:*

ext {
gdxPayVersion = '0.11.3'
gdxPayVersion = '0.11.4'
}

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 = '0.11.4-SNAPSHOT'
version = '0.11.4'
}

class Developer {
Expand Down

0 comments on commit b01bdc6

Please sign in to comment.