Skip to content

Commit

Permalink
Bump to 1.0.2 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhu authored Mar 29, 2017
1 parent 98a919f commit ef6f551
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.2-SNAPSHOT'
version = '1.0.2'

buildscript {
repositories {
Expand Down Expand Up @@ -174,7 +174,7 @@ jacoco {
toolVersion "0.7.1.201405082137"
}

task jacocoTestReport(type:JacocoReport, dependsOn: "testDebugUnitTest") {
task jacocoTestReport(type: JacocoReport, dependsOn: "testDebugUnitTest") {
group = "Reporting"
description = "Generate Jacoco coverage reports"

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.1'
compile 'com.parse:parse-livequery-android:1.0.2'
}
```

Expand Down

0 comments on commit ef6f551

Please sign in to comment.