Skip to content

Commit

Permalink
5.7.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Jun 17, 2020
1 parent 9d362e2 commit dbd4d5f
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": "5.7.0-alpha2",
"version": "5.7.0-alpha3",
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
"main": "vaadin-grid.html",
"author": "Vaadin Ltd",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
}

static get version() {
return '5.7.0-alpha2';
return '5.7.0-alpha3';
}

static get observers() {
Expand Down

0 comments on commit dbd4d5f

Please sign in to comment.