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