Skip to content

Commit

Permalink
5.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 13, 2021
1 parent 6314660 commit 9d4e213
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.3.0",
"version": "5.0.0-alpha1",
"description": "Web component for partitioning a layout into resizeable areas",
"main": "vaadin-split-layout.js",
"module": "vaadin-split-layout.js",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-split-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class SplitLayoutElement extends ElementMixin(
}

static get version() {
return '4.3.0';
return '5.0.0-alpha1';
}

static get properties() {
Expand Down

0 comments on commit 9d4e213

Please sign in to comment.