From b50d029b86df38f4330382984524e92709f9e149 Mon Sep 17 00:00:00 2001 From: Benjamin Schulte Date: Fri, 6 Dec 2019 21:58:39 +0100 Subject: [PATCH] v1.0.0 release --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' }