Skip to content

Commit 6221b00

Browse files
committed
6.0.1
1 parent 563f29c commit 6221b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin/vaadin-grid",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
55
"main": "vaadin-grid.js",
66
"module": "vaadin-grid.js",

src/vaadin-grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class GridElement extends ElementMixin(
339339
}
340340

341341
static get version() {
342-
return '6.0.0';
342+
return '6.0.1';
343343
}
344344

345345
static get observers() {

0 commit comments

Comments
 (0)