Skip to content

Commit 965b8b9

Browse files
Prepare version 0.6.1
1 parent bc8b7d5 commit 965b8b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ tasks.withType<AbstractTestTask> {
7676
}
7777

7878
mavenPublishing {
79-
publishToMavenCentral(host = SonatypeHost.S01, automaticRelease = true)
79+
publishToMavenCentral(automaticRelease = true)
8080
signAllPublications()
8181
}
8282

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kotlin.code.style=official
22

33
GROUP=io.github.kevincianfarini.cardiologist
44
POM_ARTIFACT_ID=cardiologist
5-
VERSION_NAME=0.6.0
5+
VERSION_NAME=0.6.1
66

77
POM_NAME=Cardiologist
88
POM_DESCRIPTION=Build job schedules with kotlinx-datetime and kotlinx-coroutines.

0 commit comments

Comments
 (0)