Skip to content

Commit 3441303

Browse files
committed
⚡ Release 1.11.0 ⚡
1 parent 0123b4a commit 3441303

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Parse/build.gradle

+1-1
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.10.4-SNAPSHOT'
7+
version = '1.11.0'
88

99
buildscript {
1010
repositories {

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

+1-1
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.10.4-SNAPSHOT";
54+
/* package */ static final String VERSION_NAME = "1.11.0";
5555

5656
/*
5757
REST JSON Keys

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Download [the latest JAR][latest] or define in Gradle:
1313

1414
```groovy
1515
dependencies {
16-
compile 'com.parse:parse-android:1.10.3'
16+
compile 'com.parse:parse-android:1.11.0'
1717
}
1818
```
1919

0 commit comments

Comments
 (0)