diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index 232066b..cf0b576 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -6,7 +6,7 @@ on: [pull_request, push] env: PLUGIN_NAME: gantt-chart-dashboards OPENSEARCH_VERSION: '1.3' - OPENSEARCH_PLUGIN_VERSION: 1.3.6.0 + OPENSEARCH_PLUGIN_VERSION: 1.3.7.0 jobs: diff --git a/gantt-chart/opensearch_dashboards.json b/gantt-chart/opensearch_dashboards.json index 84e314a..40acc63 100644 --- a/gantt-chart/opensearch_dashboards.json +++ b/gantt-chart/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "ganttChartDashboards", - "version": "1.3.6.0", - "opensearchDashboardsVersion": "1.3.6", + "version": "1.3.7.0", + "opensearchDashboardsVersion": "1.3.7", "requiredPlugins": [ "visualizations", "data" diff --git a/gantt-chart/package.json b/gantt-chart/package.json index 241624b..d854428 100644 --- a/gantt-chart/package.json +++ b/gantt-chart/package.json @@ -1,6 +1,6 @@ { "name": "gantt-chart-dashboards", - "version": "1.3.6.0", + "version": "1.3.7.0", "license": "Apache-2.0", "scripts": { "osd": "node ../../scripts/osd",