Skip to content

Commit d901a46

Browse files
committed
Release 1.3.0
1 parent 1014142 commit d901a46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Dependency Status](https://dependencyci.com/github/libgdx/gdx-pay/badge)](https://dependencyci.com/github/libgdx/gdx-pay)
44

55
This project aims to provide a **cross-platform API for InApp purchasing**.
6-
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.
6+
The gdx-pay project is a libGDX extension. Current release version is 1.3.0. Please use at least libGDX v1.9.8, Robovm 2.3.5 or multi-os-engine v1.3.8.
77

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

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

2828
ext {
29-
gdxPayVersion = '1.2.0'
29+
gdxPayVersion = '1.3.0'
3030
}
3131

3232
Add the following dependencies:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ task wrapper(type: Wrapper) {
55

66
allprojects {
77
group = 'com.badlogicgames.gdxpay'
8-
version = '1.3.0-SNAPSHOT'
8+
version = '1.3.0'
99
}
1010

1111
class Developer {

0 commit comments

Comments
 (0)