diff --git a/README.md b/README.md index b1d7352..ad06903 100644 --- a/README.md +++ b/README.md @@ -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: @@ -19,7 +19,7 @@ Maven: ru.gildor.coroutines kotlin-coroutines-retrofit - 0.5.0 + 0.5.1 ```