Skip to content

Commit

Permalink
2.0.0-alpha6
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix committed Jan 26, 2018
1 parent 9797202 commit 62309b7
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-button",
"version": "2.0.0-alpha5",
"version": "2.0.0-alpha6",
"description": "vaadin-button",
"main": "vaadin-button.html",
"repository": "vaadin/vaadin-button",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}

static get version() {
return '2.0.0-alpha5';
return '2.0.0-alpha6';
}

ready() {
Expand Down

0 comments on commit 62309b7

Please sign in to comment.