Skip to content

Commit ea489eb

Browse files
authored
Merge pull request #592 from rogerhu/1.13.3
Bump to v1.13.3-SNAPSHOT
2 parents 5434260 + b6c98bd commit ea489eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Parse/build.gradle

Lines changed: 1 addition & 1 deletion
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'
7+
version = '1.13.3-SNAPSHOT'
88

99
buildscript {
1010
repositories {

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

Lines changed: 1 addition & 1 deletion
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";
51+
/* package */ static final String VERSION_NAME = "1.13.3-SNAPSHOT";
5252

5353
/*
5454
REST JSON Keys

0 commit comments

Comments
 (0)