Skip to content

Commit

Permalink
Update charts version (#263)
Browse files Browse the repository at this point in the history
* Update charts version in readme

* Bump charts version

* Update version to alpha12
  • Loading branch information
alexberazouski authored Jan 19, 2018
1 parent ac90114 commit 25e6d52
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-alpha10
$ bower install --save vaadin-charts#6.0.0-alpha12
```

### 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-alpha10",
"version": "6.0.0-alpha12",
"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 @@ -182,7 +182,7 @@
}

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

static get properties() {
Expand Down

0 comments on commit 25e6d52

Please sign in to comment.