Skip to content

Commit

Permalink
Version bumped to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor committed Jun 12, 2018
1 parent f44e71f commit deb9a57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# CHANGELOG

## Version 0.10.1 (2017-06-12)
## Version 0.11.0 (2017-06-12)

- [kotlinx.coroutines 0.23.1](https://github.com/Kotlin/kotlinx.coroutines/releases/)
- Compiled against Kotlin 1.2.41

Thanks to [Thomas Schmidt](https://github.com/bohsen) for contribution

## Version 0.10.0 (2017-04-26)

- [Retrofit 2.4.0](https://github.com/square/retrofit/blob/parent-2.4.0/CHANGELOG.md#version-240-2018-03-14)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Download the [JAR](https://bintray.com/gildor/maven/kotlin-coroutines-retrofit#f
Gradle:

```groovy
compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.10.1'
compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.11.0'
```

Maven:
Expand All @@ -23,7 +23,7 @@ Maven:
<dependency>
<groupId>ru.gildor.coroutines</groupId>
<artifactId>kotlin-coroutines-retrofit</artifactId>
<version>0.10.1</version>
<version>0.11.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group = "ru.gildor.coroutines"
version = "0.10.1"
version = "0.11.0"
description = "Provides Kotlin Coroutines suspendable await() extensions for Retrofit Call"

repositories {
Expand Down

0 comments on commit deb9a57

Please sign in to comment.