We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e175a commit b541aa6Copy full SHA for b541aa6
Parse/src/main/java/com/parse/ParseObject.java
@@ -52,7 +52,7 @@
52
public class ParseObject {
53
/* package */ static String server = "https://api.parse.com";
54
private static final String AUTO_CLASS_NAME = "_Automatic";
55
- /* package */ static final String VERSION_NAME = "1.10.1-SNAPSHOT";
+ /* package */ static final String VERSION_NAME = "1.10.1";
56
57
/*
58
REST JSON Keys
gradle.properties
@@ -1 +1 @@
1
-VERSION_NAME=1.10.1-SNAPSHOT
+VERSION_NAME=1.10.1
0 commit comments