Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corpglory-dev committed Oct 5, 2020
1 parent 7acd3f2 commit a276795
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 @@

- Download ChartWerk panel
```
wget https://github.com/chartwerk/grafana-chartwerk-app/archive/0.1.2.zip
wget https://github.com/chartwerk/grafana-chartwerk-app/archive/0.2.0.zip
```

- Unpack downloaded files
```
unzip 0.1.2.zip
unzip 0.2.0.zip
```

- Restart grafana-server
Expand All @@ -49,6 +49,6 @@ You can install ChartWerk panel to Grafana in Docker passing it as environment v
```bash
docker run \
-p 3000:3000 \
-e "GF_INSTALL_PLUGINS=https://github.com/chartwerk/grafana-chartwerk-app/archive/0.1.2.zip;corpglory-chartwerk-panel" \
-e "GF_INSTALL_PLUGINS=https://github.com/chartwerk/grafana-chartwerk-app/archive/0.2.0.zip;corpglory-chartwerk-panel" \
grafana/grafana
```
6 changes: 3 additions & 3 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

- Download ChartWerk panel
```
wget https://github.com/chartwerk/grafana-chartwerk-app/archive/0.1.2.zip
wget https://github.com/chartwerk/grafana-chartwerk-app/archive/0.2.0.zip
```

- Unpack downloaded files
```
unzip 0.1.2.zip
unzip 0.2.0.zip
```

- Restart grafana-server
Expand All @@ -49,6 +49,6 @@ You can install ChartWerk panel to Grafana in Docker passing it as environment v
```bash
docker run \
-p 3000:3000 \
-e "GF_INSTALL_PLUGINS=https://github.com/chartwerk/grafana-chartwerk-app/archive/0.1.2.zip;corpglory-chartwerk-panel" \
-e "GF_INSTALL_PLUGINS=https://github.com/chartwerk/grafana-chartwerk-app/archive/0.2.0.zip;corpglory-chartwerk-panel" \
grafana/grafana
```
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "Main",
"path": "assets/screenshots/main.png"
}],
"version": "0.1.2",
"version": "0.2.0",
"updated": "2020-10-05"
},
"dependencies": {
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-chartwerk-panel",
"version": "0.1.2",
"version": "0.2.0",
"description": "Chartwerk Panel",
"main": "dist/module.js",
"scripts": {
Expand Down

0 comments on commit a276795

Please sign in to comment.