From a054c3a68cdc98e7430e2253381bbe4bd02650dc Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 22:11:38 +0000 Subject: [PATCH] Update app version --- apps/joplin/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/joplin/config.json b/apps/joplin/config.json index 3de317a6..1f939373 100644 --- a/apps/joplin/config.json +++ b/apps/joplin/config.json @@ -5,9 +5,11 @@ "exposable": true, "port": 8099, "id": "joplin", - "tipi_version": 2, - "version": "2.7.4", - "categories": ["utilities"], + "tipi_version": 3, + "version": "2.9.5", + "categories": [ + "utilities" + ], "description": "Default credentials: admin@localhost / admin", "short_desc": "Note taking and to-do application with synchronisation", "author": "https://github.com/laurent22",