diff --git a/Parse/build.gradle b/Parse/build.gradle index 020611f1d..08ff74775 100644 --- a/Parse/build.gradle +++ b/Parse/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls' apply plugin: 'com.jfrog.bintray' group = 'com.parse' -version = '1.15.8-SNAPSHOT' +version = '1.15.8' ext { projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.' diff --git a/README.md b/README.md index f329c61e7..e04b60984 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Add the dependency in Gradle: ```groovy dependencies { - compile 'com.parse:parse-android:1.15.7' + compile 'com.parse:parse-android:1.15.8' } ```