Skip to content

Commit 775bbbc

Browse files
committed
Bump to 0.1.9
1 parent e78f1ab commit 775bbbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The JARs can be downloaded manually from our [Bintray project](https://bintray.c
8484
**Gradle:**
8585

8686
```groovy
87-
compile 'io.tus.android.client:tus-android-client:0.1.8'
87+
compile 'io.tus.android.client:tus-android-client:0.1.9'
8888
```
8989

9090
**Maven:**
@@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.8'
9393
<dependency>
9494
<groupId>io.tus.android.client</groupId>
9595
<artifactId>tus-android-client</artifactId>
96-
<version>0.1.8</version>
96+
<version>0.1.9</version>
9797
</dependency>
9898
```
9999

tus-android-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ android {
2121

2222
dependencies {
2323
implementation fileTree(dir: 'libs', include: ['*.jar'])
24-
implementation 'io.tus.java.client:tus-java-client:0.4.1'
24+
implementation 'io.tus.java.client:tus-java-client:0.4.2'
2525
testImplementation 'org.robolectric:robolectric:2.4'
2626
testImplementation 'junit:junit:4.12'
2727
}

0 commit comments

Comments
 (0)