From ef3873b5a198bbc8e51434e0c67402d97d50f4c6 Mon Sep 17 00:00:00 2001 From: Colin White Date: Sun, 19 Jan 2020 15:18:00 -0800 Subject: [PATCH] Prepare 0.9.2. --- README-ko.md | 2 +- README.md | 2 +- coil-gif/README.md | 2 +- coil-svg/README.md | 2 +- gradle.properties | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README-ko.md b/README-ko.md index 215172a8ef..087e9d87cc 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.1") +implementation("io.coil-kt:coil:0.9.2") ``` ## 빠른 시작 diff --git a/README.md b/README.md index 132130cb27..5d379b5841 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.1") +implementation("io.coil-kt:coil:0.9.2") ``` ## Quick Start diff --git a/coil-gif/README.md b/coil-gif/README.md index 4837ce1cff..1a52dae1fb 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.1") +implementation("io.coil-kt:coil-gif:0.9.2") ``` 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 3d2c4c88ff..97044e6923 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.1") +implementation("io.coil-kt:coil-svg:0.9.2") ``` And add the decoder to your component registry when constructing your `ImageLoader`: diff --git a/gradle.properties b/gradle.properties index 588d1356ce..2279a6871b 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.2 POM_DESCRIPTION=An image loading library for Android backed by Kotlin Coroutines. POM_INCEPTION_YEAR=2019