Bump plugin version to 3.10.4

This commit is contained in:
Alexander Zobnin
2019-08-08 12:49:50 +03:00
parent df4d6b7967
commit 0855fe5189
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "grafana-zabbix", "name": "grafana-zabbix",
"private": false, "private": false,
"version": "3.10.3", "version": "3.10.4",
"description": "Zabbix plugin for Grafana", "description": "Zabbix plugin for Grafana",
"scripts": { "scripts": {
"build": "webpack --config webpack/webpack.prod.conf.js --progress --colors", "build": "webpack --config webpack/webpack.prod.conf.js --progress --colors",

View File

@@ -26,8 +26,8 @@
{"name": "Metric Editor", "path": "img/screenshot-metric_editor.png"}, {"name": "Metric Editor", "path": "img/screenshot-metric_editor.png"},
{"name": "Triggers", "path": "img/screenshot-triggers.png"} {"name": "Triggers", "path": "img/screenshot-triggers.png"}
], ],
"version": "3.10.3", "version": "3.10.4",
"updated": "2019-07-26" "updated": "2019-08-08"
}, },
"includes": [ "includes": [
@@ -42,7 +42,7 @@
], ],
"dependencies": { "dependencies": {
"grafanaVersion": "5.x", "grafanaVersion": "6.x",
"plugins": [] "plugins": []
} }
} }