From 0c6d86091afca95d9c11f5e7d0385791d60501ba Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 28 Mar 2023 22:07:31 +0000 Subject: [PATCH] Update app version --- apps/calibre-web/config.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/calibre-web/config.json b/apps/calibre-web/config.json index bfc49677..94c9e18d 100644 --- a/apps/calibre-web/config.json +++ b/apps/calibre-web/config.json @@ -4,10 +4,12 @@ "available": true, "exposable": true, "port": 8100, - "tipi_version": 4, - "version": "0.6.19", + "tipi_version": 5, + "version": "0.6.20", "id": "calibre-web", - "categories": ["books"], + "categories": [ + "books" + ], "description": "On the initial setup screen, enter /books as your calibre library location. \n Default admin login: Username: admin Password: admin123", "short_desc": "Calibre-web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.", "author": "https://github.com/janeczku/",