Skip to content

Commit

Permalink
6.0.0-alpha13 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezguille authored Jan 31, 2018
1 parent a13c747 commit 4239f25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### Install Vaadin Charts
```
$ bower install --save vaadin-charts#6.0.0-alpha12
$ bower install --save vaadin-charts#6.0.0-alpha13
```

### Import Vaadin Charts
Expand Down
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-alpha12",
"version": "6.0.0-alpha13",
"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 @@ -242,7 +242,7 @@
}

static get version() {
return '6.0.0-alpha12';
return '6.0.0-alpha13';
}

static get properties() {
Expand Down

0 comments on commit 4239f25

Please sign in to comment.