From 643a2f449559ffa3dbb78f6aa7aa7a279e0661b6 Mon Sep 17 00:00:00 2001 From: Sebastian J Date: Mon, 23 Nov 2020 23:54:49 -0500 Subject: [PATCH] Prepare next release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f792f8..72f0ebe 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.22/cloudspout-button-panel.zip \ +$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.23/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.22/cloudspout-button-panel.zip;cloudspout-button-panel" \ + -e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.23/cloudspout-button-panel.zip;cloudspout-button-panel" \ grafana/grafana:7.3.1 ```