Skip to content

Commit

Permalink
⚡ Release 1.10.1 ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
grantland committed Aug 19, 2015
1 parent 19e175a commit b541aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1-SNAPSHOT";
/* package */ static final String VERSION_NAME = "1.10.1";

/*
REST JSON Keys
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.1-SNAPSHOT
VERSION_NAME=1.10.1

0 comments on commit b541aa6

Please sign in to comment.