Update app version

This commit is contained in:
github-action update-app-version 2022-10-15 12:26:31 +00:00
parent 34415b8c73
commit 8a730f857b

View File

@ -1,15 +1,18 @@
{ {
"$schema": "../schema.json", "$schema": "../schema.json",
"name": "Overseerr", "name": "Overseerr",
"available": true, "available": true,
"port": 8116, "port": 8116,
"id": "overseerr", "id": "overseerr",
"tipi_version": 1, "tipi_version": 2,
"version": "1.29.0", "version": "1.30.1",
"categories": ["media", "utilities"], "categories": [
"description": "Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!", "media",
"short_desc": "Request management and media discovery tool for the Plex ecosystem", "utilities"
"author": "sct", ],
"source": "https://github.com/sct/overseerr", "description": "Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services, such as Sonarr, Radarr, and Plex!",
"form_fields": [] "short_desc": "Request management and media discovery tool for the Plex ecosystem",
} "author": "sct",
"source": "https://github.com/sct/overseerr",
"form_fields": []
}