Skip to content

Commit

Permalink
Release v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Feb 13, 2019
1 parent 49d3f95 commit fe9e8b3
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 @@ -56,7 +56,7 @@ into your project by just adding the dependencies to your `build.gradle` file.
Define the version of this API right after the gdxVersion:

gdxVersion = '1.9.6'
gamesvcsVersion = '0.2.4'
gamesvcsVersion = '0.2.5'

Core:

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.gdxgamesvcs'
VERSION = '0.2.5-SNAPSHOT'
VERSION = '0.2.5'

}

Expand Down

0 comments on commit fe9e8b3

Please sign in to comment.