Skip to content

Commit 29211d8

Browse files
authored
Bump to release version (#52)
1 parent 5d96bcf commit 29211d8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

ParseLiveQuery/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
44
apply plugin: 'com.github.kt3k.coveralls'
55

66
group = 'com.parse'
7-
version = '1.0.3-SNAPSHOT'
7+
version = '1.0.3'
88

99
buildscript {
1010
repositories {

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ To solve this problem, we introduce Parse LiveQuery. This tool allows you to sub
1414

1515
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.
1616

17-
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).
17+
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).
1818

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

2222
```groovy
2323
dependencies {
24-
compile 'com.parse:parse-livequery-android:1.0.2'
24+
compile 'com.parse:parse-livequery-android:1.0.3'
2525
}
2626
```
2727

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

112112
-----
113113

114-
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.
114+
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.
115115

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

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

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

0 commit comments

Comments
 (0)