Skip to content

Commit 80a1bf7

Browse files
committed
5.7.0
1 parent ac784ba commit 80a1bf7

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.7.0-beta2",
3+
"version": "5.7.0",
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
@@ -340,7 +340,7 @@
340340
}
341341

342342
static get version() {
343-
return '5.7.0-beta2';
343+
return '5.7.0';
344344
}
345345

346346
static get observers() {

0 commit comments

Comments
 (0)