diff --git a/gantt-chart/opensearch_dashboards.json b/gantt-chart/opensearch_dashboards.json index b91e5c7..9bf35c3 100644 --- a/gantt-chart/opensearch_dashboards.json +++ b/gantt-chart/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "ganttChartDashboards", - "version": "2.0.0.0-rc1", + "version": "2.0.0.0", "opensearchDashboardsVersion": "2.0.0", "requiredPlugins": [ "visualizations", diff --git a/gantt-chart/package.json b/gantt-chart/package.json index b5d6356..8d5581b 100644 --- a/gantt-chart/package.json +++ b/gantt-chart/package.json @@ -1,6 +1,6 @@ { "name": "gantt-chart-dashboards", - "version": "2.0.0.0-rc1", + "version": "2.0.0.0", "license": "Apache-2.0", "scripts": { "osd": "node ../../scripts/osd",