Skip to content

Commit 43bc643

Browse files
committed
2.5.0
1 parent d511dc8 commit 43bc643

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/vaadin-dialog",
3-
"version": "2.5.0-beta1",
3+
"version": "2.5.0",
44
"description": "vaadin-dialog",
55
"main": "vaadin-dialog.html",
66
"repository": "vaadin/vaadin-dialog",

src/vaadin-dialog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
}
171171

172172
static get version() {
173-
return '2.5.0-beta1';
173+
return '2.5.0';
174174
}
175175

176176
static get properties() {

0 commit comments

Comments
 (0)