Skip to content

Commit 0a2bcf6

Browse files
Update the library version in docs.
1 parent b982848 commit 0a2bcf6

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.12.0"/>
4+
<var name="version" value="4.12.1"/>
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.12.0"
13+
val libVersion = "4.12.1"
1414

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

0 commit comments

Comments
 (0)