Skip to content

Commit

Permalink
1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 6, 2018
1 parent 6c669df commit f9bcf35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-ordered-layout",
"version": "1.0.0-alpha8",
"version": "1.0.0-beta1",
"description": "vaadin-ordered-layout",
"main": "vaadin-ordered-layout.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 @@ -77,7 +77,7 @@
}

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

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 @@ -79,7 +79,7 @@
}

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

Expand Down

0 comments on commit f9bcf35

Please sign in to comment.