Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Mar 2, 2019
1 parent 5a07fbc commit e4dbb2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions 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.2'
gaVersion = '0.1.3'

Then add the needed dependencies to each subproject:

Expand Down Expand Up @@ -83,10 +83,9 @@ call its `registerUncaughtExceptionHandler()` method. The same applies to iOS/Ro

Submit events with the public `submit...` methods.

## Updates & News
Follow me to receive release updates about this
### News & Community

https://twitter.com/MrStahlfelge
You can get help on the [libgdx discord](https://discord.gg/6pgDK9F).

# License

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.3-SNAPSHOT'
VERSION = '0.1.3'

}

Expand Down

0 comments on commit e4dbb2a

Please sign in to comment.