diff --git a/README.md b/README.md index 01696d6..cc68c34 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 Collaborative maps and routing with a straightforward interface -**Shipped version:** 3.3.0~ynh1 +**Shipped version:** 3.3.0~ynh2 **Demo:** https://facilmap.org/ diff --git a/README_fr.md b/README_fr.md index 6d6eac7..57ec4a6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Carte collaborative avec une interface simple et pratique -**Version incluse :** 3.3.0~ynh1 +**Version incluse :** 3.3.0~ynh2 **Démo :** https://facilmap.org/ diff --git a/manifest.json b/manifest.json index 621a027..d8db026 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Collaborative maps and routing with a straightforward interface", "fr": "Carte collaborative avec une interface simple et pratique" }, - "version": "3.3.0~ynh1", + "version": "3.3.0~ynh2", "url": "https://github.com/FacilMap/facilmap", "upstream": { "license": "AGPL-3.0", @@ -117,7 +117,7 @@ "en": "HTTP requests made by the backend will send this User-Agent header. Fill here the URL facilmap will have and your e-mail address.", "fr": "Les requêtes faites par le serveur enveront cette entête User-Agent. Remplissez ici l'URL de votre instance facilmap et votre adresse email." }, - "example": "FacilMap (https://facilmap.org/, webmaster@example.org)" + "example": "FacilMap (https://facilmapdomain.tld/, webmaster@example.org)" } ] }