Skip to content

Commit 080e930

Browse files
committed
4.3.15
1 parent 4d596f2 commit 080e930

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-context-menu",
3-
"version": "4.3.14",
3+
"version": "4.3.15",
44
"description": "Web Component for showing context dependent items for any element on the page",
55
"main": "vaadin-context-menu.html",
66
"repository": "vaadin/vaadin-context-menu",

src/vaadin-context-menu.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}
270270

271271
static get version() {
272-
return '4.3.14';
272+
return '4.3.15';
273273
}
274274

275275
static get properties() {

0 commit comments

Comments
 (0)