From 6e85045b52a386d236c2faa3f5a2052c050aff7e Mon Sep 17 00:00:00 2001 From: Benjamin Schulte Date: Tue, 7 Jul 2020 20:08:43 +0200 Subject: [PATCH] v1.0.1 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d129058..0555411 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.gradle b/build.gradle index c90cbef..c881616 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ ext { GROUPID = 'de.golfgl.gdxcontrollerutils' - VERSION = '1.0.0' + VERSION = '1.0.1' }