Skip to content

Commit 34a4ec4

Browse files
committed
Bump to release 1.15.2
1 parent 5680162 commit 34a4ec4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: 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.2-SNAPSHOT'
8+
version = '1.15.2'
99

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

Diff for: Parse/src/main/java/com/parse/ParseObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*/
5454
public class ParseObject implements Parcelable {
5555
private static final String AUTO_CLASS_NAME = "_Automatic";
56-
/* package */ static final String VERSION_NAME = "1.15.2-SNAPSHOT";
56+
/* package */ static final String VERSION_NAME = "1.15.2";
5757
private static final String TAG = "ParseObject";
5858

5959
/*

Diff for: 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.1'
18+
compile 'com.parse:parse-android:1.15.2'
1919
}
2020
```
2121

0 commit comments

Comments
 (0)