Skip to content

Bump to release version #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ParseLiveQuery/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.kt3k.coveralls'

group = 'com.parse'
version = '1.0.3-SNAPSHOT'
version = '1.0.3'

buildscript {
repositories {
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ To solve this problem, we introduce Parse LiveQuery. This tool allows you to sub

Parse LiveQuery contains two parts, the LiveQuery server and the LiveQuery clients. In order to use live queries, you need to set up both of them.

The easiest way to setup the LiveQuery server is to make it run with the [Open Source Parse Server](https://github.com/ParsePlatform/parse-server/wiki/Parse-LiveQuery#server-setup).
The easiest way to setup the LiveQuery server is to make it run with the [Open Source Parse Server](https://github.com/parse-community/parse-server/wiki/Parse-LiveQuery#server-setup).

## Setup Client
Download [the latest JAR][latest] or define in Gradle:

```groovy
dependencies {
compile 'com.parse:parse-livequery-android:1.0.2'
compile 'com.parse:parse-livequery-android:1.0.3'
}
```

Expand Down Expand Up @@ -111,7 +111,7 @@ We want to make contributing to this project as easy and transparent as possible

-----

As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.

[parse.com]: https://www.parse.com/products/android
[guide]: https://www.parse.com/docs/android/guide
Expand All @@ -120,12 +120,12 @@ As of April 5, 2017, Parse, LLC has transferred this code to the parse-community
[latest]: https://search.maven.org/remote_content?g=com.parse&a=parse-livequery-android&v=LATEST
[snap]: https://oss.sonatype.org/content/repositories/snapshots/

[build-status-svg]: https://img.shields.io/travis/ParsePlatform/ParseLiveQuery-Android/master.svg
[build-status-link]: https://travis-ci.org/ParsePlatform/ParseLiveQuery-Android/branches
[coverage-status-svg]: https://img.shields.io/codecov/c/github/ParsePlatform/ParseLiveQuery-Android/master.svg
[coverage-status-link]: https://codecov.io/github/ParsePlatform/ParseLiveQuery-Android?branch=master
[build-status-svg]: https://img.shields.io/travis/parse-community/ParseLiveQuery-Android/master.svg
[build-status-link]: https://travis-ci.org/parse-community/ParseLiveQuery-Android/branches
[coverage-status-svg]: https://img.shields.io/codecov/c/github/parse-community/ParseLiveQuery-Android/master.svg
[coverage-status-link]: https://codecov.io/github/parse-community/ParseLiveQuery-Android?branch=master
[maven-svg]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-livequery-android/badge.svg?style=flat
[maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-livequery-android

[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
[license-link]: https://github.com/ParsePlatform/ParseLiveQuery-Android/blob/master/LICENSE
[license-link]: https://github.com/parse-community/ParseLiveQuery-Android/blob/master/LICENSE