Skip to content

Commit

Permalink
⚡ Release 1.11.0 ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
grantland committed Nov 11, 2015
1 parent 0123b4a commit 3441303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Parse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.kt3k.coveralls'

group = 'com.parse'
version = '1.10.4-SNAPSHOT'
version = '1.11.0'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion Parse/src/main/java/com/parse/ParseObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
public class ParseObject {
/* package */ static String server = "https://api.parse.com";
private static final String AUTO_CLASS_NAME = "_Automatic";
/* package */ static final String VERSION_NAME = "1.10.4-SNAPSHOT";
/* package */ static final String VERSION_NAME = "1.11.0";

/*
REST JSON Keys
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Download [the latest JAR][latest] or define in Gradle:

```groovy
dependencies {
compile 'com.parse:parse-android:1.10.3'
compile 'com.parse:parse-android:1.11.0'
}
```

Expand Down

0 comments on commit 3441303

Please sign in to comment.