Skip to content

Commit

Permalink
Bump to 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger Hu committed Jan 13, 2018
1 parent af10e53 commit 8507c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Parse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
apply plugin: 'com.jfrog.bintray'

group = 'com.parse'
version = '1.16.4-SNAPSHOT'
version = '1.16.4'

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 @@ For more information about Parse and its features, see [the website][parseplatfo

```groovy
dependencies {
implementation 'com.parse:parse-android:1.16.3'
implementation 'com.parse:parse-android:1.16.4'
}
```

Expand Down

0 comments on commit 8507c9d

Please sign in to comment.