Skip to content

Commit e0c4195

Browse files
Update the LPK version in docs.
1 parent 2631545 commit e0c4195

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
4-
<var name="version" value="4.8.0"/>
4+
<var name="version" value="4.9.2"/>
55
<var name="current_year" value="2024"/>
66
<var name="web_root" value="https://lets-plot.org"/>
77

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if (project.file("local.properties").exists()) {
3030
allprojects {
3131
group = "org.jetbrains.lets-plot"
3232
version = when (name) {
33-
"dokka" -> "4.9.0"
33+
"dokka" -> "4.9.2"
3434
else -> "4.9.3-SNAPSHOT"
3535
// else -> "0.0.0-SNAPSHOT" // for local publishing only
3636
}

0 commit comments

Comments
 (0)