Skip to content

Commit

Permalink
Bump to 1.14.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerhu committed Mar 25, 2017
1 parent 4da6a0f commit 70677cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.14.1-SNAPSHOT'
version = '1.14.1'

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 @@ -48,7 +48,7 @@
*/
public class ParseObject {
private static final String AUTO_CLASS_NAME = "_Automatic";
/* package */ static final String VERSION_NAME = "1.14.1-SNAPSHOT";
/* package */ static final String VERSION_NAME = "1.14.1";

/*
REST JSON Keys
Expand Down

0 comments on commit 70677cd

Please sign in to comment.