diff --git a/README.md b/README.md index 10d15a3..6638ffe 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.5' + gaVersion = '1.0.0' Then add the needed dependencies to each subproject: diff --git a/build.gradle b/build.gradle index b8b77b7..2c8990f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ ext { GROUPID = 'de.golfgl.gdxgameanalytics' - VERSION = '0.1.6-SNAPSHOT' + VERSION = '1.0.0' }