Skip to content

Commit

Permalink
Updated library version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor committed Apr 1, 2017
1 parent 5341257 commit 5a1b3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0'
compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.5.0'
```

Maven:
Expand All @@ -19,7 +19,7 @@ Maven:
<dependency>
<groupId>ru.gildor.coroutines</groupId>
<artifactId>kotlin-coroutines-retrofit</artifactId>
<version>0.3.0</version>
<version>0.5.0</version>
</dependency>
```

Expand Down

0 comments on commit 5a1b3fb

Please sign in to comment.