Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 5bacd1f

Browse files
committed
Bump version
1 parent ad725a0 commit 5bacd1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Install from [grafana.net](https://grafana.net/plugins/doitintl-bigquery-datasou
99
Use the [grafana-cli](http://docs.grafana.org/plugins/installation/#installing-plugins-manually)
1010

1111
```bash
12-
grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/1.0.7.zip plugins install doitintl-bigquery-datasource
12+
grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/1.0.8.zip plugins install doitintl-bigquery-datasource
1313
```
1414

1515
## Copy files
@@ -25,7 +25,7 @@ Add the below to your values.yaml
2525
## Pass the plugins you want installed as a list.
2626
##
2727
plugins:
28-
- https://github.com/doitintl/bigquery-grafana/archive/1.0.7.zip;doit-bigquery-datasource
28+
- https://github.com/doitintl/bigquery-grafana/archive/1.0.8.zip;doit-bigquery-datasource
2929
...
3030
```
3131

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
{"name": "GitHub", "url": "https://github.com/doitintl/bigquery-grafana"},
2727
{"name": "MIT License", "url": "https://github.com/doitintl/bigquery-grafana/blob/master/LICENSE.md"}
2828
],
29-
"version": "1.0.7"
29+
"version": "1.0.8"
3030
},
3131
"routes": [
3232
{

0 commit comments

Comments
 (0)