From 8507c9df53ed7d74e75321a27a75f784b79f528b Mon Sep 17 00:00:00 2001 From: Roger Hu Date: Sat, 13 Jan 2018 09:52:22 -0800 Subject: [PATCH] Bump to 1.16.4 --- 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 d96dddacf..8479ed4b8 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.16.4-SNAPSHOT' +version = '1.16.4' 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 fe9bb8dbb..65fd06108 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more information about Parse and its features, see [the website][parseplatfo ```groovy dependencies { - implementation 'com.parse:parse-android:1.16.3' + implementation 'com.parse:parse-android:1.16.4' } ```