From 8a4a0519b2b0db44c0b1d9c4fa80289ae2536cab Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Tue, 15 Aug 2023 20:21:15 +0200 Subject: [PATCH] chore(planka & sshwifty): bump tipi version --- apps/planka/config.json | 2 +- apps/sshwifty/config.json | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/planka/config.json b/apps/planka/config.json index 8c459e22..32b0d469 100644 --- a/apps/planka/config.json +++ b/apps/planka/config.json @@ -5,7 +5,7 @@ "available": true, "exposable": true, "id": "planka", - "tipi_version": 1, + "tipi_version": 2, "version": "1.12.0", "categories": ["development"], "description": "The realtime kanban board for workgroups built with React and Redux.", diff --git a/apps/sshwifty/config.json b/apps/sshwifty/config.json index 63ae26c6..a671c13d 100644 --- a/apps/sshwifty/config.json +++ b/apps/sshwifty/config.json @@ -5,11 +5,9 @@ "available": true, "exposable": true, "id": "sshwifty", - "tipi_version": 2, + "tipi_version": 3, "version": "0.3.0-beta-release", - "categories": [ - "development" - ], + "categories": ["development"], "description": "Sshwifty is a SSH and Telnet connector made for the Web. It can be deployed on your computer or server to provide SSH and Telnet access interface for any compatible (standard) web browser.", "short_desc": "Web SSH & Telnet (WebSSH & WebTelnet client)", "author": "Nirui",