We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb37a1e commit c650b2cCopy full SHA for c650b2c
Parse/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
5
apply plugin: 'com.jfrog.bintray'
6
7
group = 'com.parse'
8
-version = '1.15.2'
+version = '1.15.3-SNAPSHOT'
9
10
ext {
11
projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.'
Parse/src/main/java/com/parse/ParseObject.java
@@ -53,7 +53,7 @@
53
*/
54
public class ParseObject implements Parcelable {
55
private static final String AUTO_CLASS_NAME = "_Automatic";
56
- /* package */ static final String VERSION_NAME = "1.15.2";
+ /* package */ static final String VERSION_NAME = "1.15.3-SNAPSHOT";
57
private static final String TAG = "ParseObject";
58
59
/*
0 commit comments