From 8da7690f76abadcf78d3211b43e5d6f6c8de9dc0 Mon Sep 17 00:00:00 2001 From: tygao Date: Thu, 18 Jan 2024 16:24:01 +0800 Subject: [PATCH] manually set version of 2.x to 2.12 Signed-off-by: tygao --- opensearch_dashboards.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 9071c643..3ad9140a 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "assistantDashboards", - "version": "3.0.0.0", - "opensearchDashboardsVersion": "3.0.0", + "version": "2.12.0.0", + "opensearchDashboardsVersion": "2.12.0", "server": true, "ui": true, "requiredPlugins": [ diff --git a/package.json b/package.json index b4e4588c..9db8abb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "assistant-dashboards", - "version": "3.0.0.0", + "version": "2.12.0.0", "main": "index.ts", "license": "Apache-2.0", "scripts": {