Skip to content

Commit

Permalink
fix plugin-validator issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yacut committed Aug 24, 2021
1 parent d53a612 commit 695ae9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.0.7
## 1.0.7, 1.0.8

Fix plugin-validator issues

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.7
1.0.8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilert-grafana-ilert",
"version": "1.0.7",
"version": "1.0.8",
"description": "Datasource Plugin for iLert",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"screenshots": [
{
"name": "Overview",
"path": "https://raw.githubusercontent.com/iLert/grafana-ilert/master/docs/assets/ilert-plugins.png"
"path": "../docs/assets/ilert-plugins.png"
}
],
"version": "%VERSION%",
Expand Down

0 comments on commit 695ae9e

Please sign in to comment.