From 040d996ebc23b7ad8e606464a07928755394bb05 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 21 Jun 2023 00:58:35 +0200 Subject: [PATCH] fix: update missing app version --- apps/jackett/config.json | 9 +++------ apps/plex/config.json | 8 +++----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/apps/jackett/config.json b/apps/jackett/config.json index 4fb1d044..80061f2c 100644 --- a/apps/jackett/config.json +++ b/apps/jackett/config.json @@ -5,14 +5,11 @@ "exposable": true, "port": 8097, "id": "jackett", - "tipi_version": 50, - "version": "0.21.245", + "tipi_version": 51, + "version": "0.21.265", "description": "Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.", "short_desc": "API Support for your favorite torrent trackers ", - "categories": [ - "media", - "utilities" - ], + "categories": ["media", "utilities"], "author": "", "source": "https://github.com/Jackett/Jackett", "form_fields": [] diff --git a/apps/plex/config.json b/apps/plex/config.json index 8453ddff..d1abde90 100644 --- a/apps/plex/config.json +++ b/apps/plex/config.json @@ -5,12 +5,10 @@ "exposable": true, "port": 32400, "id": "plex", - "tipi_version": 18, - "version": "1.32.3", + "tipi_version": 19, + "version": "1.32.4", "url_suffix": "/web", - "categories": [ - "media" - ], + "categories": ["media"], "description": "", "short_desc": "Stream Movies & TV Shows", "author": "plexinc",