Skip to content

Commit 7d80195

Browse files
authored
Merge pull request #8 from ParsePlatform/1.0.0
Bump to v1.0.1-SNAPSHOT
2 parents fddf065 + d07b963 commit 7d80195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ParseLiveQuery/build.gradle

Lines changed: 1 addition & 1 deletion
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 = '0.0.1-SNAPSHOT'
7+
version = '1.0.1-SNAPSHOT'
88

99
buildscript {
1010
repositories {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Download [the latest JAR][latest] or define in Gradle:
2121

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

0 commit comments

Comments
 (0)