Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Nov 27, 2018
1 parent c213b4a commit 8ada012
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-app-layout",
"version": "1.0.1",
"version": "1.0.2",
"description": "vaadin-app-layout",
"main": "vaadin-app-layout.html",
"repository": "vaadin/vaadin-app-layout",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-app-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
return 'vaadin-app-layout';
}
static get version() {
return '1.0.1';
return '1.0.2';
}

constructor() {
Expand Down

0 comments on commit 8ada012

Please sign in to comment.