Skip to content

Commit bdd5f50

Browse files
committed
🎉 Prepare for next development iteration 🎊
1 parent 1043763 commit bdd5f50

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.3";
55+
/* package */ static final String VERSION_NAME = "1.10.4-SNAPSHOT";
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.3
1+
VERSION_NAME=1.10.4-SNAPSHOT

0 commit comments

Comments
 (0)