File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
4
4
apply plugin : ' com.github.kt3k.coveralls'
5
5
6
6
group = ' com.parse'
7
- version = ' 1.10.4-SNAPSHOT '
7
+ version = ' 1.11.0 '
8
8
9
9
buildscript {
10
10
repositories {
Original file line number Diff line number Diff line change 51
51
public class ParseObject {
52
52
/* package */ static String server = "https://api.parse.com" ;
53
53
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 " ;
55
55
56
56
/*
57
57
REST JSON Keys
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Download [the latest JAR][latest] or define in Gradle:
13
13
14
14
``` groovy
15
15
dependencies {
16
- compile 'com.parse:parse-android:1.10.3 '
16
+ compile 'com.parse:parse-android:1.11.0 '
17
17
}
18
18
```
19
19
You can’t perform that action at this time.
0 commit comments