We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f396a commit 796efdfCopy full SHA for 796efdf
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vaadin-context-menu",
3
- "version": "4.0.0-alpha1",
+ "version": "4.0.0-alpha2",
4
"description": "Polymer element for showing context dependent items for any element on the page",
5
"main": "vaadin-context-menu.html",
6
"repository": "vaadin/vaadin-context-menu",
src/vaadin-context-menu.html
@@ -218,7 +218,7 @@
218
}
219
220
static get version() {
221
- return '4.0.0-alpha1';
+ return '4.0.0-alpha2';
222
223
224
static get properties() {
0 commit comments