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

Commit 8a74d87

Browse files
authored
Merge pull request #64 from doitintl/issue-63
Bumped version to 0.5.1
2 parents 6223b09 + f85821b commit 8a74d87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
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/0.5.0.zip plugins install doitintl-bigquery-datasource
12+
grafana-cli --pluginUrl https://github.com/doitintl/bigquery-grafana/archive/0.5.1.zip plugins install doitintl-bigquery-datasource
1313
```
1414

1515
## Copy files

dist/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{"name": "GitHub", "url": "https://github.com/doitintl/bigquery-grafana"},
2323
{"name": "MIT License", "url": "https://github.com/doitintl/bigquery-grafana/blob/master/LICENSE.md"}
2424
],
25-
"version": "0.4.0"
25+
"version": "0.5.1"
2626
},
2727
"routes": [
2828
{

src/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{"name": "GitHub", "url": "https://github.com/doitintl/bigquery-grafana"},
2323
{"name": "MIT License", "url": "https://github.com/doitintl/bigquery-grafana/blob/master/LICENSE.md"}
2424
],
25-
"version": "0.4.0"
25+
"version": "0.5.1"
2626
},
2727
"routes": [
2828
{

0 commit comments

Comments
 (0)