Skip to content

Commit 796efdf

Browse files
committed
4.0.0-alpha2
1 parent b1f396a commit 796efdf

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-context-menu",
3-
"version": "4.0.0-alpha1",
3+
"version": "4.0.0-alpha2",
44
"description": "Polymer element 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
@@ -218,7 +218,7 @@
218218
}
219219

220220
static get version() {
221-
return '4.0.0-alpha1';
221+
return '4.0.0-alpha2';
222222
}
223223

224224
static get properties() {

0 commit comments

Comments
 (0)