Skip to content

Commit

Permalink
Update README to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev committed Nov 15, 2019
1 parent ca16c13 commit d65311d
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.9.0-blue.svg)](https://storj.github.io/android-libuplink/javadoc/0.9.0/)
[![Javadocs](https://img.shields.io/badge/javadoc-0.10.0-blue.svg)](https://storj.github.io/android-libuplink/javadoc/0.10.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.9.0'
implementation 'io.storj:libuplink-android:0.10.0'
}
```

Expand Down

0 comments on commit d65311d

Please sign in to comment.