Skip to content

Commit 5434260

Browse files
authored
Merge pull request #591 from rogerhu/1.13.2
Bump to v1.13.2 release
2 parents 64e74dc + 2f2d856 commit 5434260

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: 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.13.2-SNAPSHOT'
7+
version = '1.13.2'
88

99
buildscript {
1010
repositories {

Diff for: Parse/src/main/java/com/parse/ParseObject.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
*/
4949
public class ParseObject {
5050
private static final String AUTO_CLASS_NAME = "_Automatic";
51-
/* package */ static final String VERSION_NAME = "1.13.2-SNAPSHOT";
51+
/* package */ static final String VERSION_NAME = "1.13.2";
5252

5353
/*
5454
REST JSON Keys

Diff for: 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.13.1'
16+
compile 'com.parse:parse-android:1.13.2'
1717
}
1818
```
1919

0 commit comments

Comments
 (0)