Skip to content

Commit

Permalink
4.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jan 12, 2018
1 parent f785f80 commit 4f7193b
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-upload",
"version": "4.0.0-alpha2",
"version": "4.0.0-alpha3",
"description": "Polymer Element for uploading files",
"main": "vaadin-upload.html",
"repository": "vaadin/vaadin-upload",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}

static get version() {
return '4.0.0-alpha2';
return '4.0.0-alpha3';
}

static get properties() {
Expand Down

0 comments on commit 4f7193b

Please sign in to comment.