Skip to content

Commit

Permalink
Update the LPK version in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASmirnov-HORIS committed Nov 22, 2024
1 parent 2631545 commit e0c4195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8.0"/>
<var name="version" value="4.9.2"/>
<var name="current_year" value="2024"/>
<var name="web_root" value="https://lets-plot.org"/>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (project.file("local.properties").exists()) {
allprojects {
group = "org.jetbrains.lets-plot"
version = when (name) {
"dokka" -> "4.9.0"
"dokka" -> "4.9.2"
else -> "4.9.3-SNAPSHOT"
// else -> "0.0.0-SNAPSHOT" // for local publishing only
}
Expand Down

0 comments on commit e0c4195

Please sign in to comment.