Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit c94e137

Browse files
committed
Bump to 1.10.6 release
1 parent 3069086 commit c94e137

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Download [the latest JAR][latest] or define in Gradle:
1111

1212
```groovy
1313
dependencies {
14-
compile 'com.parse:parsetwitterutils-android:1.10.5'
14+
compile 'com.parse:parsetwitterutils-android:1.10.6'
1515
}
1616
```
1717

@@ -46,7 +46,7 @@ We want to make contributing to this project as easy and transparent as possible
4646
All rights reserved.
4747

4848
This source code is licensed under the BSD-style license found in the
49-
LICENSE file in the root directory of this source tree. An additional grant
49+
LICENSE file in the root directory of this source tree. An additional grant
5050
of patent rights can be found in the PATENTS file in the same directory.
5151

5252
As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code.

library/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.android.builder.core.BuilderConstants
33
apply plugin: 'com.android.library'
44

55
group = 'com.parse'
6-
version = '1.10.6-SNAPSHOT'
6+
version = '1.10.6'
77

88
ext {
99
projName = 'ParseTwitterUtils-Android'
@@ -219,7 +219,6 @@ bintray {
219219

220220
publications = ["MyPublication"]
221221

222-
dryRun = true
223222
publish = true
224223
pkg {
225224
repo = 'maven'

0 commit comments

Comments
 (0)