diff --git a/CHANGELOG.md b/CHANGELOG.md index 727ecbc..80ec804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.0.7, 1.0.8 +## 1.0.7, 1.0.8, 1.0.9 Fix plugin-validator issues diff --git a/README.md b/README.md index 3dcf036..6773eb5 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index 337a6a8..e5a4a5e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.8 \ No newline at end of file +1.0.9 \ No newline at end of file diff --git a/package.json b/package.json index c295b44..fd6b852 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/docs/assets/ilert-plugins.png b/src/img/screenshot.png similarity index 100% rename from docs/assets/ilert-plugins.png rename to src/img/screenshot.png diff --git a/src/plugin.json b/src/plugin.json index 87ef78e..4b08dc7 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -29,7 +29,7 @@ "screenshots": [ { "name": "Overview", - "path": "../docs/assets/ilert-plugins.png" + "path": "img/screenshot.png" } ], "version": "%VERSION%",