Skip to content

Commit

Permalink
3.2.0-alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Jul 12, 2018
1 parent b57d131 commit f933ef4
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-date-picker",
"version": "3.2.0-alpha3",
"version": "3.2.0-alpha4",
"description": "Polymer element providing a date selection field with scrollable month calendar",
"main": "vaadin-date-picker.html",
"repository": "vaadin/vaadin-date-picker",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-date-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
}

static get version() {
return '3.2.0-alpha3';
return '3.2.0-alpha4';
}

static get properties() {
Expand Down

0 comments on commit f933ef4

Please sign in to comment.