From 2a2c25ec0189c261a508b5b615d5b7740dafbecc Mon Sep 17 00:00:00 2001 From: Benjamin Schulte Date: Sun, 6 Dec 2020 21:07:43 +0100 Subject: [PATCH] v2.2.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f87a5e..a96bf4e 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.1.0' // or 1.0.1 if you are on gdx <= 1.9.10 + cuversion = '2.2.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 1edef4f..d0a8b0a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ ext { GROUPID = 'de.golfgl.gdxcontrollerutils' - VERSION = '2.2.0-SNAPSHOT' + VERSION = '2.2.0' }