Skip to content

Commit

Permalink
6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tulioag committed May 3, 2021
1 parent 7acdf10 commit 8022408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-grid",
"version": "6.0.1",
"version": "6.0.2",
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
"main": "vaadin-grid.js",
"module": "vaadin-grid.js",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class GridElement extends ElementMixin(
}

static get version() {
return '6.0.1';
return '6.0.2';
}

static get observers() {
Expand Down

0 comments on commit 8022408

Please sign in to comment.