Skip to content

Commit

Permalink
Bump to SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mmimeault committed Mar 28, 2018
1 parent 564466c commit 6c39de0
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.5'
version = '1.0.6-SNAPSHOT'

ext {
projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.'
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.4'
compile 'com.parse:parse-livequery-android:1.0.5'
}
```

Expand Down

0 comments on commit 6c39de0

Please sign in to comment.