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 695ae9e commit df72696
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 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.8
## 1.0.7, 1.0.8, 1.0.9

Fix plugin-validator issues

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Data Source Plugins for Incidents in iLert

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

## How to use

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.8
1.0.9
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.8",
"version": "1.0.9",
"description": "Datasource Plugin for iLert",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down
File renamed without changes
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": "../docs/assets/ilert-plugins.png"
"path": "img/screenshot.png"
}
],
"version": "%VERSION%",
Expand Down

0 comments on commit df72696

Please sign in to comment.