Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Aug 20, 2020
1 parent ad15789 commit 8e0edbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-ordered-layout",
"version": "1.4.0-beta1",
"version": "1.4.0",
"description": "vaadin-ordered-layout",
"main": "imports.html",
"repository": "vaadin/vaadin-ordered-layout",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-horizontal-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
}

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

Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-scroller.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

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

Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-vertical-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}

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

Expand Down

0 comments on commit 8e0edbc

Please # to comment.