From 6c0169a38689f7ffc54e8c27d0361e86ba1c993e Mon Sep 17 00:00:00 2001 From: Zelin Hao <87548827+zelinh@users.noreply.github.com> Date: Fri, 30 Sep 2022 13:40:37 -0700 Subject: [PATCH] Version bump to 1.3.6 (#116) Signed-off-by: Zelin Hao Signed-off-by: Zelin Hao --- .github/workflows/test-and-build-workflow.yml | 2 +- gantt-chart/opensearch_dashboards.json | 4 ++-- gantt-chart/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index 4fc2b00..232066b 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.5.0 + OPENSEARCH_PLUGIN_VERSION: 1.3.6.0 jobs: diff --git a/gantt-chart/opensearch_dashboards.json b/gantt-chart/opensearch_dashboards.json index b7c939f..84e314a 100644 --- a/gantt-chart/opensearch_dashboards.json +++ b/gantt-chart/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "ganttChartDashboards", - "version": "1.3.5.0", - "opensearchDashboardsVersion": "1.3.5", + "version": "1.3.6.0", + "opensearchDashboardsVersion": "1.3.6", "requiredPlugins": [ "visualizations", "data" diff --git a/gantt-chart/package.json b/gantt-chart/package.json index 76fa5ae..241624b 100644 --- a/gantt-chart/package.json +++ b/gantt-chart/package.json @@ -1,6 +1,6 @@ { "name": "gantt-chart-dashboards", - "version": "1.3.5.0", + "version": "1.3.6.0", "license": "Apache-2.0", "scripts": { "osd": "node ../../scripts/osd",