From 94712be955ff39f0cefc82a02706de787a472566 Mon Sep 17 00:00:00 2001 From: Roger Hu Date: Tue, 20 Jun 2017 20:14:12 -0700 Subject: [PATCH] Bump version --- Parse/build.gradle | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' } ```