From 0a94b3b3f46a70874b3d7ff084746a3cedba6e55 Mon Sep 17 00:00:00 2001 From: Roger Hu Date: Mon, 27 Mar 2017 11:42:09 -0700 Subject: [PATCH] Bump to 1.0.1 release --- ParseLiveQuery/build.gradle | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ParseLiveQuery/build.gradle b/ParseLiveQuery/build.gradle index 5f5af85..514996a 100644 --- a/ParseLiveQuery/build.gradle +++ b/ParseLiveQuery/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.kt3k.coveralls' group = 'com.parse' -version = '1.0.1-SNAPSHOT' +version = '1.0.1' buildscript { repositories { diff --git a/README.md b/README.md index 2361cd9..1624a17 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Download [the latest JAR][latest] or define in Gradle: ```groovy dependencies { - compile 'com.parse:parse-livequery-android:1.0.0' + compile 'com.parse:parse-livequery-android:1.0.1' } ```