diff --git a/README.md b/README.md index 5cb921c..7edc871 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. -**Shipped version:** 1.5.4~ynh1 +**Shipped version:** 1.5.5~ynh1 **Demo:** https://libretranslate.com/ diff --git a/README_fr.md b/README_fr.md index 641c83e..5e1888e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. -**Version incluse :** 1.5.4~ynh1 +**Version incluse :** 1.5.5~ynh1 **Démo :** https://libretranslate.com/ diff --git a/manifest.toml b/manifest.toml index e0f4b03..4dc3095 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "LibreTranslate" description.en = "Open Source Machine Translation API" description.fr = "API de traduction automatique Open Source" -version = "1.5.4~ynh1" +version = "1.5.5~ynh1" maintainers = ["Thovi98"] diff --git a/scripts/_common.sh b/scripts/_common.sh index fad2a07..9b53e41 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -libretranslate_version="1.5.4" +libretranslate_version="1.5.5" #================================================= # PERSONAL HELPERS