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

Commit 6900cf2

Browse files
committed
⚡ Release 1.10.4 ⚡
1 parent ed4b652 commit 6900cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.3'
14+
compile 'com.parse:parsetwitterutils-android:1.10.4'
1515
}
1616
```
1717

library/build.gradle

Lines changed: 1 addition & 1 deletion
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.4-SNAPSHOT'
6+
version = '1.10.4'
77

88
buildscript {
99
repositories {

0 commit comments

Comments
 (0)