diff --git a/README.md b/README.md index 5bf15ce..d93c7be 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Metric & analytic dashboards for monitoring -**Shipped version:** 9.2.1~ynh1 +**Shipped version:** 9.2.2~ynh1 **Demo:** https://play.grafana.org diff --git a/README_fr.md b/README_fr.md index 81b5c3d..e0f38e8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Tableaux de bord de supervision -**Version incluse :** 9.2.1~ynh1 +**Version incluse :** 9.2.2~ynh1 **Démo :** https://play.grafana.org diff --git a/manifest.json b/manifest.json index 0fafb4a..6efaf9c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Metric & analytic dashboards for monitoring", "fr": "Tableaux de bord de supervision" }, - "version": "9.2.1~ynh1", + "version": "9.2.2~ynh1", "url": "https://grafana.com/oss/grafana/", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index b96724e..baa36b5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Debian package version for Grafana -GRAFANA_VERSION="9.2.1" +GRAFANA_VERSION="9.2.2" # dependencies used by the app pkg_dependencies="influxdb"