Skip to content

Commit

Permalink
4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Apr 1, 2019
1 parent 17357ce commit 70e9e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-context-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
}

static get version() {
return '4.3.2';
return '4.3.3';
}

static get properties() {
Expand Down

0 comments on commit 70e9e3d

Please sign in to comment.