Skip to content

Commit 553211d

Browse files
committed
2.0.0-alpha3
1 parent 33f1343 commit 553211d

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-button",
3-
"version": "2.0.0-alpha2",
3+
"version": "2.0.0-alpha3",
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.0.0-alpha2';
137+
return '2.0.0-alpha3';
138138
}
139139

140140
ready() {

0 commit comments

Comments
 (0)