diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 5113e68a7..3cc91a380 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "observabilityDashboards", - "version": "3.0.0.0-alpha1", + "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", "server": true, "ui": true, @@ -26,7 +26,12 @@ "dataSource", "dataSourceManagement" ], - "configPath": ["observability"], + "configPath": [ + "observability" + ], "supportedOSDataSourceVersions": ">=2.9.0", - "requiredOSDataSourcePlugins": ["opensearch-sql", "opensearch-observability"] -} + "requiredOSDataSourcePlugins": [ + "opensearch-sql", + "opensearch-observability" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index f457b7889..8f60c1d3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "observability-dashboards", - "version": "3.0.0.0-alpha1", + "version": "3.0.0.0", "main": "index.ts", "license": "Apache-2.0", "scripts": { @@ -82,4 +82,4 @@ "node_modules/*", "target/*" ] -} +} \ No newline at end of file