Skip to content

Commit deb9a57

Browse files
committed
Version bumped to 0.11.0
1 parent f44e71f commit deb9a57

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Download the [JAR](https://bintray.com/gildor/maven/kotlin-coroutines-retrofit#f
1414
Gradle:
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

2020
Maven:
@@ -23,7 +23,7 @@ Maven:
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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ plugins {
2020
}
2121

2222
group = "ru.gildor.coroutines"
23-
version = "0.10.1"
23+
version = "0.11.0"
2424
description = "Provides Kotlin Coroutines suspendable await() extensions for Retrofit Call"
2525

2626
repositories {

0 commit comments

Comments
 (0)