We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb6903 commit d2a742fCopy full SHA for d2a742f
Writerside/v.list
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
3
<vars>
4
- <var name="version" value="4.11.1"/>
+ <var name="version" value="4.11.2"/>
5
<var name="current_year" value="2025"/>
6
<var name="web_root" value="https://lets-plot.org"/>
7
docs/dokka/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
id("org.jetbrains.dokka")
11
}
12
13
-val libVersion = "4.11.1"
+val libVersion = "4.11.2"
14
15
val rootDirectory = rootProject.projectDir.toString().replace("\\", "/")
16
val docsDirectory = "$rootDirectory/docs"
0 commit comments