Skip to content

Commit

Permalink
release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Jul 9, 2020
1 parent a9f60e8 commit 1f2e21d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Install the plugin using the `grafana-cli`. Note that the plugin require Grafana

```
grafana-cli \
--pluginUrl https://rockset-public.s3-us-west-2.amazonaws.com/rockset-backend-datasource-0.1.0.zip \
--pluginUrl https://rockset-public.s3-us-west-2.amazonaws.com/rockset-backend-datasource-0.1.1.zip \
plugins install rockset-backend-datasource
```

Expand Down Expand Up @@ -86,7 +86,7 @@ docker run -d \
--name=grafana \
grafana/grafana:7.0.5
docker exec grafana-cli \
--pluginUrl https://rockset-public.s3-us-west-2.amazonaws.com/rockset-backend-datasource-0.1.0.zip \
--pluginUrl https://rockset-public.s3-us-west-2.amazonaws.com/rockset-backend-datasource-0.1.1.zip \
plugins install rockset-backend-datasource
docker restart grafana
```
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
}
],
"screenshots": [],
"version": "0.1.0",
"updated": "2020-07-01"
"version": "0.1.1",
"updated": "2020-07-09"
},
"dependencies": {
"grafanaVersion": "7.x.x",
Expand Down

0 comments on commit 1f2e21d

Please sign in to comment.