Skip to content

Commit

Permalink
Update README to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Dec 12, 2019
1 parent 72a86dd commit 3df00d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# android-libuplink

[![Storj.io](https://storj.io/img/storj-badge.svg)](https://storj.io)
[![Javadocs](https://img.shields.io/badge/javadoc-0.10.0-blue.svg)](https://storj.github.io/android-libuplink/javadoc/0.10.0/)
[![Javadocs](https://img.shields.io/badge/javadoc-0.11.0-blue.svg)](https://storj.github.io/android-libuplink/javadoc/0.11.0/)

Android bindings to Storj V3 libuplink.

Expand All @@ -15,7 +15,7 @@ Add the Gradle dependency to the `build.gradle` file of the app module:

```Gradle
dependencies {
implementation 'io.storj:libuplink-android:0.10.0'
implementation 'io.storj:libuplink-android:0.11.0'
}
```

Expand Down

0 comments on commit 3df00d0

Please sign in to comment.