From 7b2bc20fae89a79634accf2bbe7875328fa757df Mon Sep 17 00:00:00 2001 From: Colin White Date: Tue, 18 Aug 2020 15:42:38 -0400 Subject: [PATCH] Prepare 0.12.0. --- docs/recipes.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/recipes.md b/docs/recipes.md index 8d272277dc..6f7398438e 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -165,11 +165,11 @@ Using a previous request's [`MemoryCache.Key`](getting_started.md#memory-cache) Here's what this effect looks like in the sample app: -

```kotlin +

-

+ +

*Images in the list have intentionally been loaded with very low detail and the crossfade is slowed down to highlight the visual effect.* diff --git a/gradle.properties b/gradle.properties index a7ac60ac13..e09f3e531f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ compileSdk=30 # Maven GROUP=io.coil-kt -VERSION_NAME=0.12.0-SNAPSHOT +VERSION_NAME=0.12.0 POM_DESCRIPTION=An image loading library for Android backed by Kotlin Coroutines. POM_INCEPTION_YEAR=2019