Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update the library version for docs.
  • Loading branch information
ASmirnov-HORIS committed Sep 3, 2025
commit fe5b06e36eaa526d1c820bcc19e166c3ac4d97fa
2 changes: 1 addition & 1 deletion Writerside/v.list
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="version" value="4.11.0"/>
<var name="version" value="4.11.1"/>
<var name="current_year" value="2025"/>
<var name="web_root" value="https://lets-plot.org"/>

Expand Down
2 changes: 1 addition & 1 deletion docs/dokka/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("org.jetbrains.dokka")
}

val libVersion = "4.11.0"
val libVersion = "4.11.1"

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