Skip to content

Commit 3c48495

Browse files
committed
0.1.11
1 parent 3cdd96c commit 3c48495

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 [Maven Central Repo](https://centra
8484
**Gradle:**
8585

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
description='Android client for tus, the resumable file uploading protocol.'
2-
version='0.1.10'
2+
version='0.1.11'

0 commit comments

Comments
 (0)