Bump version

This commit is contained in:
Nicolas Meienberger 2022-07-26 20:34:06 +02:00
parent 2fc7384419
commit 71c27cd6ab
4 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
{
"name": "Overseerr",
"available": true,
"port": 8118,
"port": 8116,
"id": "overseerr",
"categories": ["media", "utilities"],
"categories": ["media", "utilities"],
"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!",
"short_desc": "Request management and media discovery tool for the Plex ecosystem",
"author": "sct",
"source": "https://github.com/sct/overseerr",
"image": "/logos/apps/overseerr.jpg",
"form_fields": []
}
}

View file

@ -1,6 +1,6 @@
{
"name": "runtipi",
"version": "0.4.1",
"version": "0.4.2",
"description": "A homeserver for everyone",
"scripts": {
"test": "jest",

View file

@ -1,6 +1,6 @@
{
"name": "dashboard",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"scripts": {
"test": "jest --colors",

View file

@ -1,6 +1,6 @@
{
"name": "system-api",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"exports": "./dist/server.js",
"type": "module",