Skip to content

Commit 292dfd9

Browse files
authored
Bump to 1.0.1 release (#33)
1 parent 4a08078 commit 292dfd9

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 = '1.0.1-SNAPSHOT'
7+
version = '1.0.1'
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:1.0.0'
24+
compile 'com.parse:parse-livequery-android:1.0.1'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)