Skip to content

Commit

Permalink
update version to 6.0.0-alpha5 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille authored Dec 1, 2017
1 parent 281553a commit 3f3d55f
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-charts",
"version": "6.0.0-alpha4",
"version": "6.0.0-alpha5",
"description": "vaadin-charts",
"main": "vaadin-chart.html",
"repository": "vaadin/vaadin-charts",
Expand Down
2 changes: 1 addition & 1 deletion vaadin-chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
}

static get version() {
return '6.0.0-alpha4';
return '6.0.0-alpha5';
}

static get properties() {
Expand Down

0 comments on commit 3f3d55f

Please sign in to comment.