Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStahlfelge committed Dec 31, 2017
1 parent ddb8205 commit 0af6df1
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 @@ -50,7 +50,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.1' // or '0.2.2-SNAPSHOT'
gamesvcsVersion = '0.2.2'

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.2-SNAPSHOT'
VERSION = '0.2.2'

}

Expand Down

0 comments on commit 0af6df1

Please sign in to comment.