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 c0156e7 commit 3c206b6Copy full SHA for 3c206b6
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.10.0"/>
+ <var name="version" value="4.11.0"/>
5
<var name="current_year" value="2025"/>
6
<var name="web_root" value="https://lets-plot.org"/>
7
build.gradle.kts
@@ -37,7 +37,7 @@ if (project.file("local.properties").exists()) {
37
allprojects {
38
group = "org.jetbrains.lets-plot"
39
version = when (name) {
40
- "dokka" -> "4.10.0"
+ "dokka" -> "4.11.0"
41
else -> "4.11.0-SNAPSHOT"
42
// else -> "0.0.0-SNAPSHOT" // for local publishing only
43
}
0 commit comments