Skip to content

Commit 18fdba3

Browse files
committed
⚡ Release 1.10.2 ⚡
1 parent cd7ae2c commit 18fdba3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
public class ParseObject {
5353
/* package */ static String server = "https://api.parse.com";
5454
private static final String AUTO_CLASS_NAME = "_Automatic";
55-
/* package */ static final String VERSION_NAME = "1.10.2-SNAPSHOT";
55+
/* package */ static final String VERSION_NAME = "1.10.2";
5656

5757
/*
5858
REST JSON Keys

Parse/src/main/java/com/parse/http/ParseHttpRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public Builder() {
9999
}
100100

101101
/**
102-
* Creates a new {@Builder} based on the given {@code ParseHttpRequest}.
102+
* Creates a new {@code Builder} based on the given {@code ParseHttpRequest}.
103103
*
104104
* @param request
105105
* The {@code ParseHttpRequest} where the {@code Builder}'s values come from.

README.md

Lines changed: 1 addition & 1 deletion
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.1'
16+
compile 'com.parse:parse-android:1.10.2'
1717
}
1818
```
1919

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION_NAME=1.10.2-SNAPSHOT
1+
VERSION_NAME=1.10.2

0 commit comments

Comments
 (0)