diff --git a/README.md b/README.md index c2acd0c..b9ba340 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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 - gaVersion = '0.1.0' + gaVersion = '0.1.1' Then add the needed dependencies to each subproject: diff --git a/build.gradle b/build.gradle index 6ca395d..116612c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ ext { GROUPID = 'de.golfgl.gdxgameanalytics' - VERSION = '0.1.1-SNAPSHOT' + VERSION = '0.1.1' }