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 c4efc79 commit 0c3009aCopy full SHA for 0c3009a
Parse/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
4
apply plugin: 'com.github.kt3k.coveralls'
5
6
group = 'com.parse'
7
-version = '1.13.1'
+version = '1.13.2-SNAPSHOT'
8
9
buildscript {
10
repositories {
Parse/src/main/java/com/parse/ParseObject.java
@@ -48,7 +48,7 @@
48
*/
49
public class ParseObject {
50
private static final String AUTO_CLASS_NAME = "_Automatic";
51
- /* package */ static final String VERSION_NAME = "1.13.1";
+ /* package */ static final String VERSION_NAME = "1.13.2-SNAPSHOT";
52
53
/*
54
REST JSON Keys
0 commit comments