Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed May 23, 2018
1 parent 9ec83b5 commit ca1081e
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.0'
gaVersion = '0.1.1'

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.1-SNAPSHOT'
VERSION = '0.1.1'

}

Expand Down

0 comments on commit ca1081e

Please sign in to comment.