diff --git a/README.md b/README.md index 2d6aabf..3eaec0e 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Weblate is a libre web-based translation tool with tight version control integration. It provides two user interfaces, propagation of translations across components, quality checks and automatic linking to source files. -**Shipped version:** 4.14~ynh1 - +**Shipped version:** 4.14.2~ynh1 **Demo:** https://hosted.weblate.org/ diff --git a/README_fr.md b/README_fr.md index a4fcb0a..cf74e34 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Weblate est un outil de traduction libre avec une intégration étroite du contrôle de version. Il fournit deux interfaces utilisateur, la propagation des traductions entre les composants, les contrôles de qualité et la liaison automatique aux fichiers source. -**Version incluse :** 4.14~ynh1 - +**Version incluse :** 4.14.2~ynh1 **Démo :** https://hosted.weblate.org/ diff --git a/manifest.json b/manifest.json index d32326e..18bdda3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Translation platform using Git and Python", "fr": "Plateforme de traduction utilisant Git et Python" }, - "version": "4.14~ynh1", + "version": "4.14.2~ynh1", "url": "https://weblate.org", "upstream": { "license": "AGPL-3.0", @@ -21,10 +21,12 @@ "name": "YunoHost Contributors", "email": "apps@yunohost.org" }, - "previous_maintainers": [{ - "name": "Jean-Baptiste Holcroft", - "email": "jean-baptiste@holcroft.fr" - }], + "previous_maintainers": [ + { + "name": "Jean-Baptiste Holcroft", + "email": "jean-baptiste@holcroft.fr" + } + ], "requirements": { "yunohost": ">= 4.3.0" },