Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Jul 7, 2020
1 parent 03a8538 commit 6e85045
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 @@ -58,7 +58,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.6' //or another gdx version you use
cuversion = '0.4.0'
cuversion = '1.0.0'

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 = '1.0.0'
VERSION = '1.0.1'

}

Expand Down

0 comments on commit 6e85045

Please sign in to comment.