Skip to content

Commit

Permalink
0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Acconut committed Mar 27, 2023
1 parent 3cdd96c commit 3c48495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The JARs can be downloaded manually from our [Maven Central Repo](https://centra
**Gradle:**

```groovy
compile 'io.tus.android.client:tus-android-client:0.1.10'
compile 'io.tus.android.client:tus-android-client:0.1.11'
```

**Maven:**
Expand All @@ -93,7 +93,7 @@ compile 'io.tus.android.client:tus-android-client:0.1.10'
<dependency>
<groupId>io.tus.android.client</groupId>
<artifactId>tus-android-client</artifactId>
<version>0.1.10</version>
<version>0.1.11</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
description='Android client for tus, the resumable file uploading protocol.'
version='0.1.10'
version='0.1.11'

0 comments on commit 3c48495

Please sign in to comment.