Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed May 23, 2018
1 parent 5b80bfc commit 00e59f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vaadin-list-box",
"version": "1.0.1",
"version": "1.0.2",
"description": "vaadin-list-box",
"main": "vaadin-list-box.html",
"repository": "vaadin/vaadin-list-box",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-list-box.html
Expand Up @@ -69,7 +69,7 @@
}

static get version() {
return '1.0.1';
return '1.0.2';
}

static get properties() {
Expand Down

0 comments on commit 00e59f0

Please sign in to comment.