Skip to content

Commit d2a742f

Browse files
Docs: Update the library version.
1 parent 0eb6903 commit d2a742f

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.11.1"/>
4+
<var name="version" value="4.11.2"/>
55
<var name="current_year" value="2025"/>
66
<var name="web_root" value="https://lets-plot.org"/>
77

docs/dokka/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id("org.jetbrains.dokka")
1111
}
1212

13-
val libVersion = "4.11.1"
13+
val libVersion = "4.11.2"
1414

1515
val rootDirectory = rootProject.projectDir.toString().replace("\\", "/")
1616
val docsDirectory = "$rootDirectory/docs"

0 commit comments

Comments
 (0)