Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Feb 20, 2025
1 parent 7833ec2 commit e99c661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ asciidoc:
svgbob-version: 0.7.0
symbolator-version: 1.2.2
umlet-version: 15.1
vega-version: 5.30.0
vegalite-version: 5.21.0
vega-version: 5.31.0
vegalite-version: 5.23.0
wavedrom-version: 3.5.0
wireviz-version: 0.3.3
uri-docker-get-started: https://docs.docker.com/get-started/
Expand Down
4 changes: 2 additions & 2 deletions server/src/main/java/io/kroki/server/service/Vega.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ public SourceDecoder getSourceDecoder() {
@Override
public String getVersion() {
if (specFormat == SpecFormat.DEFAULT) {
return "5.30.0";
return "5.31.0";
} else {
return "5.21.0"; // Vega Lite
return "5.23.0"; // Vega Lite
}
}

Expand Down

0 comments on commit e99c661

Please sign in to comment.