diff --git a/COPS/CHANGELOG.md b/COPS/CHANGELOG.md index 1bacde9..c7aba76 100644 --- a/COPS/CHANGELOG.md +++ b/COPS/CHANGELOG.md @@ -1,6 +1,6 @@ # HA COPS Changelog -## [1.26.1] - 2024-09-14 +## [1.26.2] - 2024-09-14 - Incorporate [COPS 3.1.3](https://github.com/mikespub-org/seblucas-cops/releases/tag/3.1.3) - Add list of all series by author to author page in Bootstrap5 (bootstrap2 and twigged templates already include this with 3.1.3) diff --git a/COPS/config.yaml b/COPS/config.yaml index 320481d..2cfde8c 100644 --- a/COPS/config.yaml +++ b/COPS/config.yaml @@ -1,5 +1,5 @@ name: "HA COPS" -version: "1.26.1" +version: "1.26.2" slug: "ha-cops" description: "Minimal Calibre library web interface" url: "https://github.com/dunxd/HomeAssistantAddons/tree/main/COPS" diff --git a/COPS/run.sh b/COPS/run.sh index 6c92a09..a1aa476 100644 --- a/COPS/run.sh +++ b/COPS/run.sh @@ -71,5 +71,5 @@ then rsync --daemon & php -S 0.0.0.0:8000 else bashio::log.yellow 'starting php server only' - php -S 0.0.0.0:8000 + php -S 0.0.0.0:8000 router.php fi