Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Dec 22, 2017
1 parent 94afd24 commit 06afe6c
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-grid",
"version": "4.1.0-beta1",
"version": "4.1.0",
"description": "A free, flexible and high-quality Web Component for showing large amounts of tabular data",
"author": "Vaadin Ltd",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion vaadin-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
}

static get version() {
return '4.1.0-beta1';
return '4.1.0';
}

static get observers() {
Expand Down

0 comments on commit 06afe6c

Please sign in to comment.