Skip to content

Commit 49f9e42

Browse files
committed
2.5.0-alpha1
1 parent b4dd902 commit 49f9e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vaadin/vaadin-checkbox",
3-
"version": "2.4.0-alpha2",
3+
"version": "2.5.0-alpha1",
44
"description": "vaadin-checkbox",
55
"main": "vaadin-checkbox.html",
66
"repository": "vaadin/vaadin-checkbox",

src/vaadin-checkbox.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
}
120120

121121
static get version() {
122-
return '2.4.0-alpha2';
122+
return '2.5.0-alpha1';
123123
}
124124

125125
static get properties() {

0 commit comments

Comments
 (0)