We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b7cd2 commit 0cdbcd2Copy full SHA for 0cdbcd2
fibonacci/build.gradle.kts
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
3
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
4
5
group = "io.github.kotlin-hands-on"
6
-version = "1.0.6"
+version = "1.0.7"
7
8
plugins {
9
alias(libs.plugins.kotlinMultiplatform)
@@ -52,7 +52,7 @@ mavenPublishing {
52
53
signAllPublications()
54
55
- coordinates("io.github.kotlin-hands-on", "fibonacci", "1.0.6")
+ coordinates("io.github.kotlin-hands-on", "fibonacci", "1.0.7")
56
57
pom {
58
name.set("Fibonacci library")
0 commit comments