Skip to content

Commit

Permalink
2.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Feb 28, 2018
1 parent fd690ed commit 8f45394
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-beta2",
"version": "2.0.0-beta3",
"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 @@ -129,7 +129,7 @@
}

static get version() {
return '2.0.0-beta2';
return '2.0.0-beta3';
}

ready() {
Expand Down

0 comments on commit 8f45394

Please sign in to comment.