We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f1343 commit 553211dCopy full SHA for 553211d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vaadin-button",
3
- "version": "2.0.0-alpha2",
+ "version": "2.0.0-alpha3",
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.0.0-alpha2';
+ return '2.0.0-alpha3';
138
139
140
ready() {
0 commit comments