From ac48199ca5dde6c61b5f0c60a475a9bec88d044c Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 22 Oct 2023 09:02:12 +0200 Subject: [PATCH 1/3] Upgrade to 1.4.0 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 2b7962c..d519c75 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.3.13~ynh1" +version = "1.4.0~ynh1" maintainers = [""] From 3c3464177a9d6b3b0408b75262fb33032faa08ac Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 22 Oct 2023 07:02:14 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c956261..37ef1f1 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.3.13~ynh1 +**Shipped version:** 1.4.0~ynh1 **Demo:** https://libretranslate.com/ diff --git a/README_fr.md b/README_fr.md index 5fd31cb..743562a 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.3.13~ynh1 +**Version incluse :** 1.4.0~ynh1 **Démo :** https://libretranslate.com/ From b448af25aea57f5a098c1aaea310793fd15f776b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 22 Oct 2023 09:02:45 +0200 Subject: [PATCH 3/3] Upgrade to 1.4.0 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 669391b..228e05f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -libretranslate_version="1.3.13" +libretranslate_version="1.4.0" #================================================= # PERSONAL HELPERS