From 7f053980304075e2f9b5fe269e8e334df3ab36a0 Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Tue, 27 Jun 2017 10:42:09 +0200 Subject: [PATCH 1/2] Update README for v0.5.1 Should be merged when deployed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1d7352..4fa901f 100644 --- a/README.md +++ b/README.md @@ -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.5.0' +compile 'ru.gildor.coroutines:kotlin-coroutines-retrofit:0.5.1' ``` Maven: From 25c66ee0016d745562a0700e20900c47c4c9624b Mon Sep 17 00:00:00 2001 From: Louis CAD Date: Tue, 27 Jun 2017 10:44:25 +0200 Subject: [PATCH 2/2] Update README to 0.5.1 for maven config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa901f..ad06903 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Maven: ru.gildor.coroutines kotlin-coroutines-retrofit - 0.5.0 + 0.5.1 ```