diff --git a/README.md b/README.md index 688cea4..7f87a5e 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,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.0.1' // or 1.0.1 if you are on gdx <= 1.9.10 + cuversion = '2.1.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. diff --git a/build.gradle b/build.gradle index 4bb6fc9..62d49b5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ ext { GROUPID = 'de.golfgl.gdxcontrollerutils' - VERSION = '2.1.0-SNAPSHOT' + VERSION = '2.1.0' }