Skip to content

Commit

Permalink
Bump to release 1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhu committed Apr 27, 2017
1 parent 5680162 commit 34a4ec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.15.2-SNAPSHOT'
version = '1.15.2'

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 Parse/src/main/java/com/parse/ParseObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*/
public class ParseObject implements Parcelable {
private static final String AUTO_CLASS_NAME = "_Automatic";
/* package */ static final String VERSION_NAME = "1.15.2-SNAPSHOT";
/* package */ static final String VERSION_NAME = "1.15.2";
private static final String TAG = "ParseObject";

/*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Download [the latest JAR][latest] or define in Gradle:

```groovy
dependencies {
compile 'com.parse:parse-android:1.15.1'
compile 'com.parse:parse-android:1.15.2'
}
```

Expand Down

0 comments on commit 34a4ec4

Please sign in to comment.