From 33271b813de98aaa2e6377013aa3e5f4699f04bf Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Tue, 6 Dec 2022 13:31:05 -0800 Subject: [PATCH] Bump version to 2.4.1 Signed-off-by: Sayali Gaikawad --- .github/workflows/test-and-build-workflow.yml | 2 +- gantt-chart/opensearch_dashboards.json | 2 +- gantt-chart/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",