Skip to content

Commit

Permalink
Bump to 1.0.1 release (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhu authored Mar 27, 2017
1 parent 4a08078 commit 292dfd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1-SNAPSHOT'
version = '1.0.1'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Download [the latest JAR][latest] or define in Gradle:

```groovy
dependencies {
compile 'com.parse:parse-livequery-android:1.0.0'
compile 'com.parse:parse-livequery-android:1.0.1'
}
```

Expand Down

0 comments on commit 292dfd9

Please sign in to comment.