aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2022-04-08 21:12:14 +0300
committerVsevolod Tolstopyatov <qwwdfsad@gmail.com>2022-04-08 21:20:23 +0300
commit88da9b71f9388961975d69aeb30110a4055004c3 (patch)
tree4c5ee1905bb8c0c04b057a97ef690d6f7f8c5ae0 /README.md
parent2c3435c9fb899988403ec54d0f40d8d6116320f1 (diff)
downloadkotlinx.coroutines-88da9b71f9388961975d69aeb30110a4055004c3.tar.gz
Use actual Kotlin version in the README badge
Fixes #3242
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 10910f9e..0c164d12 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
[![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
[![Download](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.6.1)](https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core/1.6.1/pom)
-[![Kotlin](https://img.shields.io/badge/kotlin-1.6.1-blue.svg?logo=kotlin)](http://kotlinlang.org)
+[![Kotlin](https://img.shields.io/badge/kotlin-1.6.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![Slack channel](https://img.shields.io/badge/chat-slack-green.svg?logo=slack)](https://kotlinlang.slack.com/messages/coroutines/)
Library support for Kotlin coroutines with [multiplatform](#multiplatform) support.
-This is a companion version for the Kotlin `1.6.1` release.
+This is a companion version for the Kotlin `1.6.0` release.
```kotlin
suspend fun main() = coroutineScope {