From b440d6aba613d4d3af3157502540ccd0aa146ae6 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 28 Mar 2023 22:14:09 +0000 Subject: [PATCH] Update app version --- apps/mind/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/mind/config.json b/apps/mind/config.json index 8dee367e..ba456257 100644 --- a/apps/mind/config.json +++ b/apps/mind/config.json @@ -5,9 +5,11 @@ "available": true, "exposable": true, "id": "mind", - "tipi_version": 1, - "version": "V1.2.0", - "categories": ["utilities"], + "tipi_version": 2, + "version": "1.2.1", + "categories": [ + "utilities" + ], "description": "A simple self hosted reminder platform that uses push to send notifications to your device. Set the reminder and forget about it!", "short_desc": "A simple self hosted reminder platform that uses push to send notifications to your device.", "author": "https://github.com/Casvt",