Skip to content

Commit 2d2b44b

Browse files
committed
2.5.0
1 parent fd5409d commit 2d2b44b

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.5.0-alpha1",
3+
"version": "2.5.0",
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.5.0-alpha1';
122+
return '2.5.0';
123123
}
124124

125125
static get properties() {

0 commit comments

Comments
 (0)