Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Jan 7, 2021
1 parent b82bdeb commit 8163fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This project is published to the Sonatype Maven repository. You can integrate th
Define the version of this API right after the gdxVersion:

gdxVersion = '1.9.11' //or another gdx version you use
cuversion = '2.2.0' // or 1.0.1 if you are on gdx <= 1.9.10
cuversion = '2.3.0' // or 1.0.1 if you are on gdx <= 1.9.10

Then add the needed dependencies to your project. You will find the artifact ids on the subproject's wiki sites.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
GROUPID = 'de.golfgl.gdxcontrollerutils'
VERSION = '2.3.0-SNAPSHOT'
VERSION = '2.3.0'

}

Expand Down

0 comments on commit 8163fc0

Please sign in to comment.