Skip to content

Commit 584a835

Browse files
committed
5.9.1
1 parent 39ce07d commit 584a835

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.9.0",
3+
"version": "5.9.1",
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
@@ -328,7 +328,7 @@
328328
}
329329

330330
static get version() {
331-
return '5.9.0';
331+
return '5.9.1';
332332
}
333333

334334
static get observers() {

0 commit comments

Comments
 (0)