Skip to content

Commit

Permalink
Bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
corpglory-dev committed Aug 4, 2020
1 parent 39bb1f0 commit f8b2f98
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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+",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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+",
Expand Down

0 comments on commit f8b2f98

Please sign in to comment.