Skip to content

Commit 760496c

Browse files
committed
5.6.2
1 parent cb1e821 commit 760496c

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": "5.6.1",
3+
"version": "5.6.2",
44
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
55
"main": "vaadin-grid.html",
66
"author": "Vaadin Ltd",

src/vaadin-grid.html

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

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

345345
static get observers() {

0 commit comments

Comments
 (0)