Skip to content

Commit 695ae9e

Browse files
committed
fix plugin-validator issues
1 parent d53a612 commit 695ae9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.0.7
3+
## 1.0.7, 1.0.8
44

55
Fix plugin-validator issues
66

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ilert-grafana-ilert",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Datasource Plugin for iLert",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"screenshots": [
3030
{
3131
"name": "Overview",
32-
"path": "https://raw.githubusercontent.com/iLert/grafana-ilert/master/docs/assets/ilert-plugins.png"
32+
"path": "../docs/assets/ilert-plugins.png"
3333
}
3434
],
3535
"version": "%VERSION%",

0 commit comments

Comments
 (0)