Skip to content

Commit

Permalink
6.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Oct 25, 2024
1 parent ca45c00 commit b6cddbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-charts",
"version": "6.3.7",
"version": "6.3.8",
"description": "vaadin-charts",
"main": "vaadin-chart.html",
"repository": "vaadin/vaadin-charts",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
}

static get version() {
return '6.3.7';
return '6.3.8';
}

static get cvdlName() {
Expand Down

0 comments on commit b6cddbb

Please sign in to comment.