Skip to content

Commit 0d73416

Browse files
committed
1.6.2
1 parent c38ecae commit 0d73416

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

src/vaadin-notification.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
}
289289

290290
static get version() {
291-
return '1.6.1';
291+
return '1.6.2';
292292
}
293293

294294
static get properties() {

0 commit comments

Comments
 (0)