From 5ce02caacff33b53c7d10a3e5bd828427b827995 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 13 Oct 2022 21:59:43 +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 6f5e4c93..1fe1856a 100644 --- a/apps/calibre-web/config.json +++ b/apps/calibre-web/config.json @@ -3,10 +3,12 @@ "name": "Calibre-Web - EBook Reader", "available": true, "port": 8100, - "tipi_version": 1, - "version": "0.6.18", + "tipi_version": 2, + "version": "0.6.19", "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/",