Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Jul 28, 2019
1 parent 81a7c47 commit 8021a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ext {
GROUPID = 'de.golfgl.gdxgameanalytics'
VERSION = '0.1.5-SNAPSHOT'
VERSION = '0.1.5'

}

Expand Down

0 comments on commit 8021a8b

Please sign in to comment.