Bump version to 4.3.0

This commit is contained in:
Alexander Zobnin
2023-03-21 14:52:54 +01:00
parent 98f9d75bf8
commit da4bc13014
2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "grafana-zabbix", "name": "grafana-zabbix",
"private": false, "private": false,
"version": "4.2.10", "version": "4.3.0",
"description": "Zabbix plugin for Grafana", "description": "Zabbix plugin for Grafana",
"homepage": "http://grafana-zabbix.org", "homepage": "http://grafana-zabbix.org",
"scripts": { "scripts": {

View File

@@ -51,8 +51,8 @@
"path": "img/screenshot-triggers.png" "path": "img/screenshot-triggers.png"
} }
], ],
"version": "4.3.0-pre", "version": "4.3.0",
"updated": "2022-09-01" "updated": "2023-03-21"
}, },
"includes": [ "includes": [
{ {
@@ -65,8 +65,8 @@
} }
], ],
"dependencies": { "dependencies": {
"grafanaDependency": ">=8.3.0", "grafanaDependency": ">=9.0.0",
"grafanaVersion": "8.3", "grafanaVersion": "9.0",
"plugins": [] "plugins": []
} }
} }