Skip to content

Commit b541aa6

Browse files
committed
⚡ Release 1.10.1 ⚡
1 parent 19e175a commit b541aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/src/main/java/com/parse/ParseObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
public class ParseObject {
5353
/* package */ static String server = "https://api.parse.com";
5454
private static final String AUTO_CLASS_NAME = "_Automatic";
55-
/* package */ static final String VERSION_NAME = "1.10.1-SNAPSHOT";
55+
/* package */ static final String VERSION_NAME = "1.10.1";
5656

5757
/*
5858
REST JSON Keys

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NAME=1.10.1-SNAPSHOT
1+
VERSION_NAME=1.10.1

0 commit comments

Comments
 (0)