diff --git a/README.md b/README.md index b8f4da7..5ab4129 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Metric & analytic dashboards for monitoring -**Shipped version:** 10.1.2~ynh1 +**Shipped version:** 10.1.5~ynh1 **Demo:** https://play.grafana.org @@ -68,7 +68,6 @@ LDAP and HTTP auth are supported. * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index d00b0c2..b4ff71d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Tableaux de bord de supervision -**Version incluse :** 10.1.2~ynh1 +**Version incluse :** 10.1.5~ynh1 **Démo :** https://play.grafana.org @@ -68,7 +68,6 @@ LDAP and HTTP auth are supported. * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.json b/manifest.json index 7773d77..cb12f55 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Metric & analytic dashboards for monitoring", "fr": "Tableaux de bord de supervision" }, - "version": "10.1.2~ynh1", + "version": "10.1.5~ynh1", "url": "https://grafana.com/oss/grafana/", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index 20511ac..fb37e35 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Debian package version for Grafana -GRAFANA_VERSION="10.1.2" +GRAFANA_VERSION="10.1.5" # dependencies used by the app pkg_dependencies="influxdb"