Skip to content

Commit

Permalink
Bump version to 0.3.3 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko authored Apr 8, 2021
1 parent fcde34b commit 2eca9e8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

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

- Unpack downloaded files
```
unzip 0.3.2.zip
unzip 0.3.3.zip
```

- Restart grafana-server
Expand All @@ -51,6 +51,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.3.2.zip;corpglory-chartwerk-panel" \
-e "GF_INSTALL_PLUGINS=https://github.com/chartwerk/grafana-chartwerk-app/archive/0.3.3.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 @@ -29,12 +29,12 @@

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

- Unpack downloaded files
```
unzip 0.3.2.zip
unzip 0.3.3.zip
```

- Restart grafana-server
Expand All @@ -51,6 +51,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.3.2.zip;corpglory-chartwerk-panel" \
-e "GF_INSTALL_PLUGINS=https://github.com/chartwerk/grafana-chartwerk-app/archive/0.3.3.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.3.2",
"version": "0.3.3",
"updated": "2021-04-08"
},
"dependencies": {
Expand Down
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.3.2",
"version": "0.3.3",
"description": "Chartwerk Panel",
"main": "dist/module.js",
"scripts": {
Expand Down

0 comments on commit 2eca9e8

Please sign in to comment.