Skip to content

Commit

Permalink
5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Oct 21, 2019
1 parent 51240f4 commit 6685421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-grid",
"version": "5.5.0-alpha4",
"version": "5.5.0",
"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
Expand Up @@ -339,7 +339,7 @@
}

static get version() {
return '5.5.0-alpha4';
return '5.5.0';
}

static get observers() {
Expand Down

0 comments on commit 6685421

Please sign in to comment.