Skip to content

Commit 7cf2e65

Browse files
committed
2.0.0-alpha5
1 parent 27bcbd4 commit 7cf2e65

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-alpha4",
3+
"version": "2.0.0-alpha5",
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
@@ -140,7 +140,7 @@
140140
}
141141

142142
static get version() {
143-
return '2.0.0-alpha4';
143+
return '2.0.0-alpha5';
144144
}
145145

146146
ready() {

0 commit comments

Comments
 (0)