Skip to content

Commit

Permalink
⚡ Release 1.10.2 ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
grantland committed Sep 15, 2015
1 parent cd7ae2c commit 18fdba3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 @@ -52,7 +52,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.2-SNAPSHOT";
/* package */ static final String VERSION_NAME = "1.10.2";

/*
REST JSON Keys
Expand Down
2 changes: 1 addition & 1 deletion Parse/src/main/java/com/parse/http/ParseHttpRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public Builder() {
}

/**
* Creates a new {@Builder} based on the given {@code ParseHttpRequest}.
* Creates a new {@code Builder} based on the given {@code ParseHttpRequest}.
*
* @param request
* The {@code ParseHttpRequest} where the {@code Builder}'s values come from.
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.1'
compile 'com.parse:parse-android:1.10.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION_NAME=1.10.2-SNAPSHOT
VERSION_NAME=1.10.2

0 comments on commit 18fdba3

Please sign in to comment.