From 70e9e3ddd4c6efd8571547382bbb7dc3b0ccb790 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Mon, 1 Apr 2019 15:09:22 +0300 Subject: [PATCH] 4.3.3 --- package.json | 2 +- src/vaadin-context-menu.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 33e04aba..71209707 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vaadin/vaadin-context-menu", - "version": "4.3.2", + "version": "4.3.3", "description": "Web Component for showing context dependent items for any element on the page", "main": "vaadin-context-menu.html", "repository": "vaadin/vaadin-context-menu", diff --git a/src/vaadin-context-menu.html b/src/vaadin-context-menu.html index 9dfaae35..ff8f4653 100644 --- a/src/vaadin-context-menu.html +++ b/src/vaadin-context-menu.html @@ -267,7 +267,7 @@ } static get version() { - return '4.3.2'; + return '4.3.3'; } static get properties() {