Skip to content

Commit

Permalink
9.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Feb 19, 2021
1 parent f08d0d1 commit 1d092a6
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/vaadin-charts",
"version": "8.0.1",
"version": "9.0.0-alpha1",
"description": "vaadin-charts",
"main": "vaadin-chart.js",
"module": "vaadin-chart.js",
Expand Down
2 changes: 1 addition & 1 deletion src/vaadin-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ class ChartElement extends ElementMixin(ThemableMixin(PolymerElement)) {
}

static get version() {
return '8.0.1';
return '9.0.0-alpha1';
}

/** @private */
Expand Down

0 comments on commit 1d092a6

Please sign in to comment.