From 9413caacca235b325f87a0de9494f393b1ba530a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 15 Oct 2020 11:50:00 +0200 Subject: [PATCH] fix --- README.md | 4 ++-- manifest.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 13da79c..65b4e24 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ BicBucStriim streams books, digital books. It fills a gap in the functionality o BicBucStriim is a simple PHP application that runs in the Apache/PHP environment provided by the NAS. It assumes that you manage your e-book collection with Calibre. The application reads the Calibre data and publishes it in HTML form. To access the e-book catalog you simply point your ebook reader to your NAS, select one of your e-books and download it. -**Shipped version:** 1.3.6 +**Shipped version:** 1.5.0 ## Screenshots @@ -56,7 +56,7 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot * Report a bug: https://github.com/YunoHost-Apps/bicbucstriim_ynh/issues * App website: http://projekte.textmulch.de/bicbucstriim/ - * Upstream app repository: Link to the official repository of the upstream app. + * Upstream app repository: https://github.com/rvolz/BicBucStriim * YunoHost website: https://yunohost.org/ --- diff --git a/manifest.json b/manifest.json index 36a411d..ca8cb82 100644 --- a/manifest.json +++ b/manifest.json @@ -6,8 +6,9 @@ "en": "BicBucStriim streams books, digital books, providing web-based access to your e-book collection.", "fr": "BicBucStriim est une interface web pour accéder à votre collection d'e-book." }, + "version": "1.5.0~ynh1", "url": "http://projekte.textmulch.de/bicbucstriim/", - "license": "free", + "license": "MIT", "maintainer": { "name": "Alex", "email": "apulido@free.fr",