diff --git a/README-ko.md b/README-ko.md index 5468cc7702..215172a8ef 100644 --- a/README-ko.md +++ b/README-ko.md @@ -16,7 +16,7 @@ Coil은: **Co**routine **I**mage **L**oader의 약자입니다. Coil은`mavenCentral()`로 이용 가능합니다. ```kotlin -implementation("io.coil-kt:coil:0.9.0") +implementation("io.coil-kt:coil:0.9.1") ``` ## 빠른 시작 diff --git a/README.md b/README.md index 44ce861225..132130cb27 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Made with ❤️ at [Instacart](https://www.instacart.com). Translations: [한 Coil is available on `mavenCentral()`. ```kotlin -implementation("io.coil-kt:coil:0.9.0") +implementation("io.coil-kt:coil:0.9.1") ``` ## Quick Start diff --git a/coil-gif/README.md b/coil-gif/README.md index 86b40011bf..3c2ae9da28 100644 --- a/coil-gif/README.md +++ b/coil-gif/README.md @@ -5,7 +5,7 @@ Unlike Glide, GIFs are not supported by default. However, Coil has an extension To add GIF support, import the extension library: ```kotlin -implementation("io.coil-kt:coil-gif:0.9.0") +implementation("io.coil-kt:coil-gif:0.9.1") ``` And add the decoder to your component registry when constructing your `ImageLoader`: diff --git a/coil-svg/README.md b/coil-svg/README.md index 8c63d58217..3d2c4c88ff 100644 --- a/coil-svg/README.md +++ b/coil-svg/README.md @@ -3,7 +3,7 @@ To add SVG support, import the extension library: ```kotlin -implementation("io.coil-kt:coil-svg:0.9.0") +implementation("io.coil-kt:coil-svg:0.9.1") ``` And add the decoder to your component registry when constructing your `ImageLoader`: diff --git a/gradle.properties b/gradle.properties index 588d1356ce..5857b77f42 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ compileSdk=29 # Maven GROUP=io.coil-kt -VERSION_NAME=0.10.0-SNAPSHOT +VERSION_NAME=0.9.1 POM_DESCRIPTION=An image loading library for Android backed by Kotlin Coroutines. POM_INCEPTION_YEAR=2019