File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## Version 0.10.1 (2017-06-12)
3+ ## Version 0.11.0 (2017-06-12)
44
55- [ kotlinx.coroutines 0.23.1] ( https://github.com/Kotlin/kotlinx.coroutines/releases/ )
66- Compiled against Kotlin 1.2.41
77
8+ Thanks to [ Thomas Schmidt] ( https://github.com/bohsen ) for contribution
9+
810## Version 0.10.0 (2017-04-26)
911
1012- [ Retrofit 2.4.0] ( https://github.com/square/retrofit/blob/parent-2.4.0/CHANGELOG.md#version-240-2018-03-14 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Download the [JAR](https://bintray.com/gildor/maven/kotlin-coroutines-retrofit#f
1414Gradle:
1515
1616``` groovy
17- compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.10.1 '
17+ compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.11.0 '
1818```
1919
2020Maven:
2323<dependency >
2424 <groupId >ru.gildor.coroutines</groupId >
2525 <artifactId >kotlin-coroutines-retrofit</artifactId >
26- <version >0.10.1 </version >
26+ <version >0.11.0 </version >
2727</dependency >
2828```
2929
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins {
2020}
2121
2222group = " ru.gildor.coroutines"
23- version = " 0.10.1 "
23+ version = " 0.11.0 "
2424description = " Provides Kotlin Coroutines suspendable await() extensions for Retrofit Call"
2525
2626repositories {
You can’t perform that action at this time.
0 commit comments