Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Dec 6, 2019
1 parent 145b7fc commit b50d029
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.5'
gaVersion = '1.0.0'

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.6-SNAPSHOT'
VERSION = '1.0.0'

}

Expand Down

0 comments on commit b50d029

Please sign in to comment.