diff --git a/README.md b/README.md index 5874268a..378250a2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version: 1.1.0rc2](https://img.shields.io/badge/kotter-v1.1.0_rc2-blue) +![version: 1.1.0rc3](https://img.shields.io/badge/kotter-v1.1.0_rc3-blue) ![kotter tests](https://github.com/varabyte/kotter/actions/workflows/gradle-test.yml/badge.svg?branch=main) ![kotter coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/bitspittle/1fab2b6fd23489bdea3f5d1f38e4dcb2/raw/kotter-coverage-badge.json) @@ -80,7 +80,7 @@ repositories { } dependencies { - implementation("com.varabyte.kotter:kotter-jvm:1.1.0-rc2") + implementation("com.varabyte.kotter:kotter-jvm:1.1.0-rc3") } ``` @@ -110,7 +110,7 @@ kotlin { sourceSets { val commonMain by getting { dependencies { - implementation("com.varabyte.kotter:kotter:1.1.0-rc2") + implementation("com.varabyte.kotter:kotter:1.1.0-rc3") } } } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8ebeef74..e0f74c38 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ dokka = "1.7.20" jline = "3.21.0" kotlin = "1.7.20" # Don't increase! We're intentionally using an old a version as possiblefor better compatibility kotlinx-coroutines = "1.6.4" -kotter = "1.1.0-rc3-SNAPSHOT" +kotter = "1.1.0-rc3" kover = "0.6.1" nexus-publish = "1.2.0" okhttp = "4.9.3"