Skip to content

Commit

Permalink
Fibonacci - update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pahill committed Sep 26, 2024
1 parent 9a17887 commit 0983154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fibonacci/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.ExperimentalKotlinGradlePluginApi
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

group = "io.github.pahill"
version = "1.0.5"
version = "1.0.6"

plugins {
alias(libs.plugins.kotlinMultiplatform)
Expand Down Expand Up @@ -52,7 +52,7 @@ mavenPublishing {

signAllPublications()

coordinates("io.github.pahill", "fibonacci", "1.0.5")
coordinates("io.github.pahill", "fibonacci", "1.0.6")

pom {
name.set("Fibonacci library")
Expand Down

0 comments on commit 0983154

Please sign in to comment.