Skip to content

Commit

Permalink
bump plugin version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Mar 23, 2018
1 parent c49c5e6 commit 97696c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/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.8.1",
"updated": "2017-12-21"
"version": "3.9.0",
"updated": "2018-03-23"
},

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

"dependencies": {
"grafanaVersion": "3.x 4.x",
"grafanaVersion": "5.x",
"plugins": []
}
}
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.8.1",
"updated": "2017-12-21"
"version": "3.9.0",
"updated": "2018-03-23"
},

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

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

0 comments on commit 97696c4

Please sign in to comment.