We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2b7d5 commit 04b13c4Copy full SHA for 04b13c4
README.md
@@ -10,7 +10,7 @@ Download the [JAR](https://bintray.com/gildor/maven/kotlin-coroutines-retrofit#f
10
Gradle:
11
12
```groovy
13
-compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.5.0'
+compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.5.1'
14
```
15
16
Maven:
@@ -19,7 +19,7 @@ Maven:
19
<dependency>
20
<groupId>ru.gildor.coroutines</groupId>
21
<artifactId>kotlin-coroutines-retrofit</artifactId>
22
- <version>0.5.0</version>
+ <version>0.5.1</version>
23
</dependency>
24
25
0 commit comments