Skip to content

Commit

Permalink
Bump plugin version to 3.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Aug 8, 2019
1 parent df4d6b7 commit 0855fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grafana-zabbix",
"private": false,
"version": "3.10.3",
"version": "3.10.4",
"description": "Zabbix plugin for Grafana",
"scripts": {
"build": "webpack --config webpack/webpack.prod.conf.js --progress --colors",
Expand Down
6 changes: 3 additions & 3 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
{"name": "Metric Editor", "path": "img/screenshot-metric_editor.png"},
{"name": "Triggers", "path": "img/screenshot-triggers.png"}
],
"version": "3.10.3",
"updated": "2019-07-26"
"version": "3.10.4",
"updated": "2019-08-08"
},

"includes": [
Expand All @@ -42,7 +42,7 @@
],

"dependencies": {
"grafanaVersion": "5.x",
"grafanaVersion": "6.x",
"plugins": []
}
}

0 comments on commit 0855fe5

Please sign in to comment.