Skip to content

Commit

Permalink
3.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 26, 2021
1 parent cc43a29 commit 526ddf8
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-button",
"version": "2.4.0",
"version": "3.0.0-alpha1",
"description": "vaadin-button",
"main": "vaadin-button.js",
"module": "vaadin-button.js",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class ButtonElement extends ElementMixin(ControlStateMixin(ThemableMixin(Gesture
}

static get version() {
return '2.4.0';
return '3.0.0-alpha1';
}

ready() {
Expand Down

0 comments on commit 526ddf8

Please sign in to comment.