From e51e74be59b6a222151500b22b4b7d679849cb21 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Thu, 18 Jan 2024 08:39:46 +0100 Subject: [PATCH] chore: update mealie names --- apps/mealie-1/config.json | 2 +- apps/mealie/config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mealie-1/config.json b/apps/mealie-1/config.json index d70cb472..3a9a9f4e 100644 --- a/apps/mealie-1/config.json +++ b/apps/mealie-1/config.json @@ -1,6 +1,6 @@ { "$schema": "../schema.json", - "name": "Mealie 1.0.0", + "name": "Mealie", "port": 8220, "available": true, "exposable": true, diff --git a/apps/mealie/config.json b/apps/mealie/config.json index a6183522..15cf3589 100644 --- a/apps/mealie/config.json +++ b/apps/mealie/config.json @@ -1,12 +1,12 @@ { "$schema": "../schema.json", - "name": "Mealie", + "name": "Mealie v0.5.6", "port": 8114, "available": true, "exposable": true, "deprecated": true, "id": "mealie", - "tipi_version": 3, + "tipi_version": 4, "version": "v0.5.6", "description": "Mealie is a self-hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and Mealie will automatically import the relevant data or add a family recipe with the UI editor. Mealie also provides an API for interactions from 3rd party applications. Default username / password is changeme@email.com / MyPassword", "short_desc": "Mealie is a self-hosted recipe manager and meal planner.",