We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parse-community
Learn more about funding links in repositories.
Report abuse
1 parent fedb7ef commit 5795ec9Copy full SHA for 5795ec9
Parse/build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'com.android.library'
4
apply plugin: 'com.github.kt3k.coveralls'
5
6
group = 'com.parse'
7
-version = '1.14.0-SNAPSHOT'
+version = '1.14.0'
8
9
buildscript {
10
repositories {
Parse/src/main/java/com/parse/ParseObject.java
@@ -48,7 +48,7 @@
48
*/
49
public class ParseObject {
50
private static final String AUTO_CLASS_NAME = "_Automatic";
51
- /* package */ static final String VERSION_NAME = "1.14.0-SNAPSHOT";
+ /* package */ static final String VERSION_NAME = "1.14.0";
52
53
/*
54
REST JSON Keys
0 commit comments