Skip to content

Commit 4b6fb65

Browse files
committed
Update version to v1.1.0-rc2
1 parent 58b737c commit 4b6fb65

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![version: 1.1.0rc1](https://img.shields.io/badge/kotter-v1.1.0_rc1-blue)
1+
![version: 1.1.0rc2](https://img.shields.io/badge/kotter-v1.1.0_rc2-blue)
22
![kotter tests](https://github.com/varabyte/kotter/actions/workflows/gradle-test.yml/badge.svg?branch=main)
33
![kotter coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/bitspittle/1fab2b6fd23489bdea3f5d1f38e4dcb2/raw/kotter-coverage-badge.json)
44
<a href="https://varabyte.github.io/kotter">
@@ -80,7 +80,7 @@ repositories {
8080
}
8181

8282
dependencies {
83-
implementation("com.varabyte.kotter:kotter-jvm:1.1.0-rc1")
83+
implementation("com.varabyte.kotter:kotter-jvm:1.1.0-rc2")
8484
}
8585
```
8686

@@ -110,7 +110,7 @@ kotlin {
110110
sourceSets {
111111
val commonMain by getting {
112112
dependencies {
113-
implementation("com.varabyte.kotter:kotter:1.1.0-rc1")
113+
implementation("com.varabyte.kotter:kotter:1.1.0-rc2")
114114
}
115115
}
116116
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dokka = "1.7.20"
33
jline = "3.21.0"
44
kotlin = "1.7.20" # Don't increase! We're intentionally using an old a version as possiblefor better compatibility
55
kotlinx-coroutines = "1.6.4"
6-
kotter = "1.1.0-rc1"
6+
kotter = "1.1.0-rc2"
77
kover = "0.6.1"
88
nexus-publish = "1.2.0"
99
okhttp = "4.9.3"

0 commit comments

Comments
 (0)