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' } ```