diff --git a/package.json b/package.json index 2207e0b..5a1b6b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grafana-zabbix", "private": false, - "version": "4.2.10", + "version": "4.3.0", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index e0fe632..a0799d1 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -51,8 +51,8 @@ "path": "img/screenshot-triggers.png" } ], - "version": "4.3.0-pre", - "updated": "2022-09-01" + "version": "4.3.0", + "updated": "2023-03-21" }, "includes": [ { @@ -65,8 +65,8 @@ } ], "dependencies": { - "grafanaDependency": ">=8.3.0", - "grafanaVersion": "8.3", + "grafanaDependency": ">=9.0.0", + "grafanaVersion": "9.0", "plugins": [] } }