From 535689a25894b437a98e10b639cc4331595e71ca Mon Sep 17 00:00:00 2001 From: Joshua Li Date: Sat, 19 Mar 2022 00:00:33 +0000 Subject: [PATCH] Bump version to 2.0.0 Signed-off-by: Joshua Li --- .github/workflows/test-and-build-workflow.yml | 4 ++-- gantt-chart/opensearch_dashboards.json | 4 ++-- gantt-chart/package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index 2ebc5e3..7abaf38 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -5,8 +5,8 @@ on: [pull_request, push] env: PLUGIN_NAME: gantt-chart-dashboards - OPENSEARCH_VERSION: '1.x' - OPENSEARCH_PLUGIN_VERSION: 1.3.0.0 + OPENSEARCH_VERSION: 'main' + OPENSEARCH_PLUGIN_VERSION: 2.0.0.0 jobs: diff --git a/gantt-chart/opensearch_dashboards.json b/gantt-chart/opensearch_dashboards.json index c7e46df..9bf35c3 100644 --- a/gantt-chart/opensearch_dashboards.json +++ b/gantt-chart/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "ganttChartDashboards", - "version": "1.3.0.0", - "opensearchDashboardsVersion": "1.3.0", + "version": "2.0.0.0", + "opensearchDashboardsVersion": "2.0.0", "requiredPlugins": [ "visualizations", "data" diff --git a/gantt-chart/package.json b/gantt-chart/package.json index f0e99f7..64e04bb 100644 --- a/gantt-chart/package.json +++ b/gantt-chart/package.json @@ -1,8 +1,8 @@ { "name": "gantt-chart-dashboards", - "version": "1.3.0.0", + "version": "2.0.0.0", "opensearchDashboards": { - "version": "1.3.0", + "version": "2.0.0", "templateVersion": "1.0.0" }, "license": "Apache-2.0",