Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Aug 20, 2018
1 parent e2ac06a commit db15cc0
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-split-layout",
"version": "4.1.0-beta2",
"version": "4.1.0",
"description": "Polymer element for partitioning a layout into resizeable areas",
"main": "vaadin-split-layout.html",
"repository": "vaadin/vaadin-split-layout",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-split-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
}

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

static get properties() {
Expand Down

0 comments on commit db15cc0

Please sign in to comment.