Skip to content

Commit

Permalink
Dokka LPK version.
Browse files Browse the repository at this point in the history
  • Loading branch information
alshan committed Jun 6, 2024
1 parent 4bf820c commit 715c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (project.file("local.properties").exists()) {
allprojects {
group = "org.jetbrains.lets-plot"
version = when (name) {
"dokka" -> "4.7.2"
"dokka" -> "4.7.3"
else -> "4.7.4-SNAPSHOT"
// else -> "0.0.0-SNAPSHOT" // for local publishing only
}
Expand Down

0 comments on commit 715c1b3

Please sign in to comment.