Skip to content

Commit 8507c9d

Browse files
author
Roger Hu
committed
Bump to 1.16.4
1 parent af10e53 commit 8507c9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
55
apply plugin: 'com.jfrog.bintray'
66

77
group = 'com.parse'
8-
version = '1.16.4-SNAPSHOT'
8+
version = '1.16.4'
99

1010
ext {
1111
projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For more information about Parse and its features, see [the website][parseplatfo
2121

2222
```groovy
2323
dependencies {
24-
implementation 'com.parse:parse-android:1.16.3'
24+
implementation 'com.parse:parse-android:1.16.4'
2525
}
2626
```
2727

0 commit comments

Comments
 (0)