Skip to content

Commit 9228ee2

Browse files
committed
Add titles support to gggrid()/ggbunch(), add 'magnifier inset' demo.
1 parent 9defec8 commit 9228ee2

File tree

9 files changed

+2377728
-16
lines changed

9 files changed

+2377728
-16
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ allprojects {
3434
group = "org.jetbrains.lets-plot"
3535
version = when (name) {
3636
"dokka" -> "4.9.4"
37-
else -> "4.9.4-SNAPSHOT"
38-
// else -> "0.0.0-SNAPSHOT" // for local publishing only
37+
// else -> "4.9.4-SNAPSHOT"
38+
else -> "0.0.0-SNAPSHOT" // for local publishing only
3939
}
4040

4141
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().all {

0 commit comments

Comments
 (0)