From 912f51b6170e267679b7b48e589025e0f92b2aca Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 6 Jan 2023 15:49:49 +0000 Subject: [PATCH] Update app version --- apps/libretranslate/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/libretranslate/config.json b/apps/libretranslate/config.json index 8efc4604..4b55fd56 100644 --- a/apps/libretranslate/config.json +++ b/apps/libretranslate/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8121, "id": "libretranslate", - "tipi_version": 2, - "version": "1.3.1", - "categories": ["utilities"], + "tipi_version": 3, + "version": "1.3.8", + "categories": [ + "utilities" + ], "description": "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.", "short_desc": "Free and Open Source Machine Translation API. 100% self-hosted, offline capable and easy to setup.", "author": "LibreTranslate",