Skip to content

Commit 92e2468

Browse files
committed
2.4.0-alpha1
1 parent 5f54386 commit 92e2468

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.3.0-alpha1",
3+
"version": "2.4.0-alpha1",
44
"description": "vaadin-button",
55
"main": "vaadin-button.html",
66
"repository": "vaadin/vaadin-button",

src/vaadin-button.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
}
135135

136136
static get version() {
137-
return '2.3.0-alpha1';
137+
return '2.4.0-alpha1';
138138
}
139139

140140
ready() {

0 commit comments

Comments
 (0)