From 8021a8b915b9568a7a2bc8e22f6784b575ab874d Mon Sep 17 00:00:00 2001 From: Benjamin Schulte Date: Sun, 28 Jul 2019 12:05:34 +0200 Subject: [PATCH] v0.1.5 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' }