From a60ed091d0fdc6b899fe1f161f3660441d35ad23 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 14 Oct 2022 16:36:38 +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 a6a7b18b..807c6b7f 100644 --- a/apps/libretranslate/config.json +++ b/apps/libretranslate/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8121, "id": "libretranslate", - "tipi_version": 1, - "version": "v1.2.9", - "categories": ["utilities"], + "tipi_version": 2, + "version": "1.3.0", + "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",