We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418157f commit 31b778aCopy full SHA for 31b778a
opensearch_dashboards.json
@@ -1,7 +1,7 @@
1
{
2
"id": "securityDashboards",
3
"version": "3.0.0.0-alpha1",
4
- "opensearchDashboardsVersion": "3.0.0-alpha1",
+ "opensearchDashboardsVersion": "3.0.0",
5
"configPath": [
6
"opensearch_security"
7
],
package.json
@@ -3,8 +3,8 @@
"main": "target/plugins/opensearch_security_dashboards",
"opensearchDashboards": {
- "version": "3.0.0-alpha1",
- "templateVersion": "3.0.0-alpha1"
+ "version": "3.0.0",
+ "templateVersion": "3.0.0"
8
},
9
"license": "Apache-2.0",
10
"homepage": "https://github.com/opensearch-project/security-dashboards-plugin",
0 commit comments