Skip to content

Commit f8508d6

Browse files
committed
New release: 1.3.8 has been released
1 parent ebb77ba commit f8508d6

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![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)
22

33
This project aims to provide a **cross-platform API for InApp purchasing**.
4-
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.
4+
The gdx-pay project is a libGDX extension. Current release version is 1.3.8. Please use at least libGDX v1.9.8 or Robovm 2.3.5.
55

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

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

2626
ext {
27-
gdxPayVersion = '1.3.7'
27+
gdxPayVersion = '1.3.8'
2828
}
2929

3030
Add the following dependencies:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.badlogicgames.gdxpay
2-
version=1.3.8
2+
version=1.3.9
33
POM_DESCRIPTION=Gdx Payment library
44
POM_NAME=libGDX Payment API
55
POM_URL=https://github.com/libgdx/gdx-pay

release-procedure.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ You need a Nexus OSS account to publish the release with access to gdx-pay. Get
1010

1111
2. Wait until the GitHub action completes.
1212

13-
3. Go to https://oss.sonatype.org --> "Staging Repositories"
13+
3. Go to https://oss.sonatype.org then "Staging Repositories"
1414
- wait until gdx-pay release appears here.
15-
- select "Close", then "Release" to fully release (needs signing!)
15+
- select "Close"
16+
- Approx 2 minutes later Release button becomes enabled, click "Release" and confirm.
17+
- In approx 30 minutes the release will be available in Maven Central.
1618

17-
4. Update gdx-pay README.md --> search & replace version numbers!
18-
update/tag git: e.g. v1.3.4
19+
4. Update gdx-pay README.md: search & replace version numbers
1920

2021
5. Update gdx-pay gradle.properties
2122
update version to the next development version.

0 commit comments

Comments
 (0)