Skip to content

Commit

Permalink
bumped version to 1.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwstegemann authored Nov 25, 2022
1 parent a5c26a1 commit 10ec9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ allprojects {

subprojects {
group = "dev.fritz2"
version = "1.0-SNAPSHOT"
version = "1.0-RC2"
}

tasks.dokkaHtmlMultiModule.configure {
Expand All @@ -65,4 +65,4 @@ tasks.register("metadataToWww") {
""".trimIndent()
)
}
}
}

0 comments on commit 10ec9c3

Please sign in to comment.