diff --git a/README.md b/README.md index 1277050..b47be99 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/build.gradle b/build.gradle index 6dc8aad..a2ead3f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ ext { GROUPID = 'de.golfgl.gdxgamesvcs' - VERSION = '0.2.2-SNAPSHOT' + VERSION = '0.2.2' }