Skip to content

Commit

Permalink
Sets release version to 1.0-RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
jamowei committed Jul 27, 2023
1 parent 9a5ac5a commit 8047da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -53,7 +53,7 @@ allprojects {

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

tasks.dokkaHtmlMultiModule.configure {
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/docs/10_Getting Started.md
Expand Up @@ -32,7 +32,7 @@ repositories {
mavenCentral()
}

val fritz2Version = "1.0-RC4"
val fritz2Version = "1.0-RC7"

//group = "my.fritz2.app"
//version = "0.0.1-SNAPSHOT"
Expand Down

0 comments on commit 8047da6

Please sign in to comment.