We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27bcbd4 commit 7cf2e65Copy full SHA for 7cf2e65
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vaadin-button",
3
- "version": "2.0.0-alpha4",
+ "version": "2.0.0-alpha5",
4
"description": "vaadin-button",
5
"main": "vaadin-button.html",
6
"repository": "vaadin/vaadin-button",
src/vaadin-button.html
@@ -140,7 +140,7 @@
140
}
141
142
static get version() {
143
- return '2.0.0-alpha4';
+ return '2.0.0-alpha5';
144
145
146
ready() {
0 commit comments