Skip to content

Commit f96fefe

Browse files
committed
Bump to v1.0.0 release
1 parent fddf065 commit f96fefe

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.0'
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)