From 04db99550adf47f9e7dfebfc5ec9e11abb721873 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 16 Sep 2017 21:18:20 +0200 Subject: [PATCH] Bump version (#740) --- 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 40cadf9c4..4e552ad3f 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.2-SNAPSHOT' +version = '1.16.2' 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 a845ce342..339714989 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 { - compile 'com.parse:parse-android:1.16.1' + compile 'com.parse:parse-android:1.16.2' } ```