Skip to content

Commit 5586c87

Browse files
Increment version to 3.0.0.0
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent 3e9f577 commit 5586c87

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

opensearch_dashboards.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch_query_insights_dashboards",
3-
"version": "3.0.0.0-beta1",
3+
"version": "3.0.0.0",
44
"description": "OpenSearch Dashboards plugin for Query Insights",
55
"main": "index.js",
66
"opensearchDashboards": {
@@ -80,4 +80,4 @@
8080
"node_modules/*",
8181
"target/*"
8282
]
83-
}
83+
}

0 commit comments

Comments
 (0)