diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index d865c43b..dece58c4 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "aiFlowDashboards", - "version": "3.0.0.0", - "opensearchDashboardsVersion": "3.0.0", + "version": "2.10.0.0", + "opensearchDashboardsVersion": "2.10.0", "server": true, "ui": true, "requiredBundles": ["opensearchDashboardsUtils"], diff --git a/package.json b/package.json index 43ef7116..ffe8092f 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "ai-flow-dashboards", - "version": "3.0.0.0", + "version": "2.10.0.0", "description": "OpenSearch AI Flow Dashboards Plugin", "main": "index.js", "config": { - "plugin_version": "3.0.0.0", + "plugin_version": "2.10.0.0", "plugin_name": "aiFlowDashboards", "plugin_zip_name": "ai-flow-dashboards" },