diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index ffcb3d5..ef1f340 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: 'main' - OPENSEARCH_PLUGIN_VERSION: 2.4.0.0 + OPENSEARCH_PLUGIN_VERSION: 2.4.1.0 jobs: diff --git a/gantt-chart/opensearch_dashboards.json b/gantt-chart/opensearch_dashboards.json index bc18e0d..34aa23d 100644 --- a/gantt-chart/opensearch_dashboards.json +++ b/gantt-chart/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "ganttChartDashboards", - "version": "2.4.0.0", + "version": "2.4.1.0", "opensearchDashboardsVersion": "2.4.0", "requiredPlugins": [ "visualizations", diff --git a/gantt-chart/package.json b/gantt-chart/package.json index 5e7a8db..55cc22a 100644 --- a/gantt-chart/package.json +++ b/gantt-chart/package.json @@ -1,6 +1,6 @@ { "name": "gantt-chart-dashboards", - "version": "2.4.0.0", + "version": "2.4.1.0", "license": "Apache-2.0", "scripts": { "osd": "node ../../scripts/osd",