Skip to content

Commit

Permalink
Prepare 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite committed Aug 18, 2020
1 parent dee1fcb commit 7b2bc20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<p style="text-align: center;"> ```kotlin
<p style="text-align: center;">
<video width="360" height="640" autoplay loop muted playsinline>
<source src="../images/crossfade.mp4" type="video/mp4">
</video>
</p>
</video>
</p>

*Images in the list have intentionally been loaded with very low detail and the crossfade is slowed down to highlight the visual effect.*

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b2bc20

Please sign in to comment.