Skip to content

Commit aeb6e97

Browse files
Increment version to 3.1.0.0
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent 0dd787e commit aeb6e97

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",
@@ -80,4 +80,4 @@
8080
"node_modules/*",
8181
"target/*"
8282
]
83-
}
83+
}

0 commit comments

Comments
 (0)