diff --git a/README.md b/README.md index cd043df..7e3ee49 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ Progress list can be thought of as many simple [Singlestat Panels](http://docs.g - Download Progress List Panel ``` -wget https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.5.tar.gz +wget https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.6.tar.gz ``` - Unpack downloaded files ``` -tar -zxvf grafana-progress-list-1.0.5.tar.gz +tar -zxvf v1.0.6.tar.gz ``` - Restart grafana-server @@ -49,7 +49,7 @@ You can install Progress List Panel to Grafana in Docker passing it as environme ```bash docker run \ -p 3000:3000 \ - -e "GF_INSTALL_PLUGINS=https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.5.zip;corpglory-progresslist-panel" \ + -e "GF_INSTALL_PLUGINS=https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.6.zip;corpglory-progresslist-panel" \ grafana/grafana ``` diff --git a/dist/plugin.json b/dist/plugin.json index 0a15050..96847aa 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -27,8 +27,8 @@ "name": "Main", "path": "assets/screenshot_main.png" }], - "version": "1.0.5", - "updated": "2019-06-18" + "version": "1.0.6", + "updated": "2020-08-04" }, "dependencies": { "grafanaVersion": "4.1.1+", diff --git a/package-lock.json b/package-lock.json index cb12143..fa7c5f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grafana-progress-list-plugin", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 44deba9..539176e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-progress-list-plugin", - "version": "1.0.5", + "version": "1.0.6", "description": "Show list of progress items by mapping your data.", "main": "src/module.js", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index 0a15050..96847aa 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -27,8 +27,8 @@ "name": "Main", "path": "assets/screenshot_main.png" }], - "version": "1.0.5", - "updated": "2019-06-18" + "version": "1.0.6", + "updated": "2020-08-04" }, "dependencies": { "grafanaVersion": "4.1.1+",