We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f54386 commit 92e2468Copy full SHA for 92e2468
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vaadin/vaadin-button",
3
- "version": "2.3.0-alpha1",
+ "version": "2.4.0-alpha1",
4
"description": "vaadin-button",
5
"main": "vaadin-button.html",
6
"repository": "vaadin/vaadin-button",
src/vaadin-button.html
@@ -134,7 +134,7 @@
134
}
135
136
static get version() {
137
- return '2.3.0-alpha1';
+ return '2.4.0-alpha1';
138
139
140
ready() {
0 commit comments