diff --git a/README.md b/README.md index 276a8ef..5f792f8 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Use Basic Auth only if these limitations are acceptable! Via the [Grafana CLI](https://grafana.com/docs/grafana/latest/administration/cli/): ```BASH -$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.21/cloudspout-button-panel.zip \ +$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.22/cloudspout-button-panel.zip \ plugins install cloudspout-button-panel ``` @@ -61,7 +61,7 @@ Use [Grafana's environment variable](https://grafana.com/docs/grafana/latest/ins ```BASH $ docker run -p 3000:3000 -it \ - -e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.21/cloudspout-button-panel.zip;cloudspout-button-panel" \ + -e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.22/cloudspout-button-panel.zip;cloudspout-button-panel" \ grafana/grafana:7.3.1 ```