Skip to content

Commit 08343a5

Browse files
committed
Bump to 1.15.4 release
1 parent 44eca49 commit 08343a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/build.gradle

+1-1
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.15.4-SNAPSHOT'
8+
version = '1.15.4'
99

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Download [the latest JAR][latest] or define in Gradle:
1515

1616
```groovy
1717
dependencies {
18-
compile 'com.parse:parse-android:1.15.3'
18+
compile 'com.parse:parse-android:1.15.4'
1919
}
2020
```
2121

0 commit comments

Comments
 (0)