Skip to content

Commit 0579589

Browse files
committed
Bump to v1.14-1-SNAPSHOT
1 parent 5795ec9 commit 0579589

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.14.0'
7+
version = '1.14.1-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.14.0";
51+
/* package */ static final String VERSION_NAME = "1.14.1-SNAPSHOT";
5252

5353
/*
5454
REST JSON Keys

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
[![License][license-svg]][license-link]
66

77

8-
A library that gives you access to the powerful Parse cloud platform from your Android app.
8+
A library that gives you access to the powerful Parse cloud platform from your Android app.
99
For more information about Parse and its features, see [the website][parse.com] and [getting started][guide].
1010

1111
## Download
1212
Download [the latest JAR][latest] or define in Gradle:
1313

1414
```groovy
1515
dependencies {
16-
compile 'com.parse:parse-android:1.13.3'
16+
compile 'com.parse:parse-android:1.14.0'
1717
}
1818
```
1919

@@ -54,7 +54,7 @@ We want to make contributing to this project as easy and transparent as possible
5454
All rights reserved.
5555

5656
This source code is licensed under the BSD-style license found in the
57-
LICENSE file in the root directory of this source tree. An additional grant
57+
LICENSE file in the root directory of this source tree. An additional grant
5858
of patent rights can be found in the PATENTS file in the same directory.
5959

6060
[parse.com]: https://parseplatform.github.io/
@@ -70,10 +70,10 @@ We want to make contributing to this project as easy and transparent as possible
7070
[coverage-status-link]: https://coveralls.io/github/ParsePlatform/Parse-SDK-Android?branch=master
7171
[maven-svg]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android/badge.svg?style=flat
7272
[maven-link]: https://maven-badges.herokuapp.com/maven-central/com.parse/parse-android
73-
73+
7474
[parseui-link]: https://github.com/ParsePlatform/ParseUI-Android
7575
[parsefacebookutils-link]: https://github.com/ParsePlatform/ParseFacebookUtils-Android
7676
[parsetwitterutils-link]: https://github.com/ParsePlatform/ParseTwitterUtils-Android
77-
77+
7878
[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg
7979
[license-link]: https://github.com/ParsePlatform/Parse-SDK-Android/blob/master/LICENSE

0 commit comments

Comments
 (0)