Skip to content

Commit a76b6e9

Browse files
Merge branch 'opensearch-project:main' into Inflight-Queries
2 parents b9a9b76 + 0a614ec commit a76b6e9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

opensearch_dashboards.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "queryInsightsDashboards",
3-
"version": "3.0.0.0-beta1",
4-
"opensearchDashboardsVersion": "3.0.0",
3+
"version": "3.1.0.0",
4+
"opensearchDashboardsVersion": "3.1.0",
55
"server": true,
66
"ui": true,
77
"requiredPlugins": [
@@ -15,4 +15,4 @@
1515
"requiredOSDataSourcePlugins": [
1616
"query-insights"
1717
]
18-
}
18+
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "opensearch_query_insights_dashboards",
3-
"version": "3.0.0.0-beta1",
3+
"version": "3.1.0.0",
44
"description": "OpenSearch Dashboards plugin for Query Insights",
55
"main": "index.js",
66
"opensearchDashboards": {
7-
"version": "3.0.0",
8-
"templateVersion": "3.0.0"
7+
"version": "3.1.0",
8+
"templateVersion": "3.1.0"
99
},
1010
"license": "Apache-2.0",
1111
"homepage": "https://github.com/opensearch-project/query-insights-dashboards",
@@ -83,4 +83,4 @@
8383
"node_modules/*",
8484
"target/*"
8585
]
86-
}
86+
}

0 commit comments

Comments
 (0)