Skip to content

Commit a7f3f9b

Browse files
committed
🎉 Prepare for next development iteration 🎊
1 parent 3441303 commit a7f3f9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
44
apply plugin: 'com.github.kt3k.coveralls'
55

66
group = 'com.parse'
7-
version = '1.11.0'
7+
version = '1.11.1-SNAPSHOT'
88

99
buildscript {
1010
repositories {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
public class ParseObject {
5252
/* package */ static String server = "https://api.parse.com";
5353
private static final String AUTO_CLASS_NAME = "_Automatic";
54-
/* package */ static final String VERSION_NAME = "1.11.0";
54+
/* package */ static final String VERSION_NAME = "1.11.1-SNAPSHOT";
5555

5656
/*
5757
REST JSON Keys

0 commit comments

Comments
 (0)