Skip to content

Commit a9d46ab

Browse files
committedDec 29, 2017
4.0.0-alpha3
1 parent 9814c96 commit a9d46ab

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-alpha2",
3+
"version": "4.0.0-alpha3",
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-alpha2';
221+
return '4.0.0-alpha3';
222222
}
223223

224224
static get properties() {

0 commit comments

Comments
 (0)
Please sign in to comment.