diff --git a/README.md b/README.md index 0ce265f..10d15a3 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.4' + gaVersion = '0.1.5' Then add the needed dependencies to each subproject: diff --git a/build.gradle b/build.gradle index 48048d3..e208fa5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ ext { GROUPID = 'de.golfgl.gdxgameanalytics' - VERSION = '0.1.5-SNAPSHOT' + VERSION = '0.1.5' }