Skip to content

Commit

Permalink
1.1.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jul 27, 2018
1 parent f3f5d9f commit 26ba95f
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-dropdown-menu",
"version": "1.1.0-beta1",
"version": "1.1.0-beta2",
"description": "vaadin-dropdown-menu",
"main": "vaadin-dropdown-menu.html",
"repository": "vaadin/vaadin-dropdown-menu",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-dropdown-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
}

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

static get properties() {
Expand Down

0 comments on commit 26ba95f

Please sign in to comment.