From a9b749506f39741b97e49782c428a30692fab63f Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 18 Dec 2022 13:16:58 +0100 Subject: [PATCH] start of a new version --- CHANGELOG | 2 ++ VERSION | 2 +- webclient/index.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 539131a..7446ecc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +1.5 - Sacred Passage + 1.4 - Depths Of Rrajigar 2022-12-18 * Added new default sort direction field in collection edit view. See upgrade file for more needed details * Fixed #13 diff --git a/VERSION b/VERSION index c23e851..fe63bdd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.4 - Depths Of Rrajigar +1.5 - Sacred Passage diff --git a/webclient/index.php b/webclient/index.php index b6fb565..f6ce4c1 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -18,7 +18,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.4 - Depths Of Rrajigar'; +const BIB_VERSION = '1.5 - Sacred Passage'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8'); -- 2.39.5