Skip to content

Commit

Permalink
Update README for v0.5.1 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD authored and gildor committed Jun 27, 2017
1 parent 9d2b7d5 commit 04b13c4
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
Expand Up @@ -10,7 +10,7 @@ Download the [JAR](https://bintray.com/gildor/maven/kotlin-coroutines-retrofit#f
Gradle:

```groovy
compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.5.0'
compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.5.1'
```

Maven:
Expand All @@ -19,7 +19,7 @@ Maven:
<dependency>
<groupId>ru.gildor.coroutines</groupId>
<artifactId>kotlin-coroutines-retrofit</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
```

Expand Down

0 comments on commit 04b13c4

Please sign in to comment.