Skip to content

Commit df72696

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

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
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, 1.0.8
3+
## 1.0.7, 1.0.8, 1.0.9
44

55
Fix plugin-validator issues
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Data Source Plugins for Incidents in iLert
44

5-
![preview](https://raw.githubusercontent.com/iLert/grafana-ilert/master/docs/assets/ilert-plugins.png)
5+
![preview](https://raw.githubusercontent.com/iLert/grafana-ilert/master/src/img/screenshot.png)
66

77
## How to use
88

VERSION

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

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.8",
3+
"version": "1.0.9",
44
"description": "Datasource Plugin for iLert",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",
File renamed without changes.

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": "../docs/assets/ilert-plugins.png"
32+
"path": "img/screenshot.png"
3333
}
3434
],
3535
"version": "%VERSION%",

0 commit comments

Comments
 (0)