Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 526ddf8

Browse files
committedJan 26, 2021
3.0.0-alpha1
1 parent cc43a29 commit 526ddf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin/vaadin-button",
3-
"version": "2.4.0",
3+
"version": "3.0.0-alpha1",
44
"description": "vaadin-button",
55
"main": "vaadin-button.js",
66
"module": "vaadin-button.js",

‎src/vaadin-button.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class ButtonElement extends ElementMixin(ControlStateMixin(ThemableMixin(Gesture
128128
}
129129

130130
static get version() {
131-
return '2.4.0';
131+
return '3.0.0-alpha1';
132132
}
133133

134134
ready() {

0 commit comments

Comments
 (0)
Please sign in to comment.