Skip to content

Commit

Permalink
4.1.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Apr 21, 2020
1 parent cfe03e4 commit f685213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@vaadin/vaadin-date-picker",
"version": "4.1.0-alpha1",
"version": "4.1.0-alpha2",
"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
Expand Up @@ -188,7 +188,7 @@
}

static get version() {
return '4.1.0-alpha1';
return '4.1.0-alpha2';
}

static get properties() {
Expand Down

0 comments on commit f685213

Please sign in to comment.