Merge pull request #294 from hkalexling/rc/0.26.2

v0.26.2
This commit is contained in:
Alex Ling 2022-04-18 18:46:11 +08:00 committed by GitHub
commit 61dc92838a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -51,7 +51,7 @@ The official docker images are available on [Dockerhub](https://hub.docker.com/r
### CLI
```
Mango - Manga Server and Web Reader. Version 0.26.1
Mango - Manga Server and Web Reader. Version 0.26.2
Usage:

View File

@ -1,5 +1,5 @@
name: mango
version: 0.26.1
version: 0.26.2
authors:
- Alex Ling <hkalexling@gmail.com>

View File

@ -7,7 +7,7 @@ require "option_parser"
require "clim"
require "tallboy"
MANGO_VERSION = "0.26.1"
MANGO_VERSION = "0.26.2"
# From http://www.network-science.de/ascii/
BANNER = %{

View File

@ -23,6 +23,7 @@ class Server
AdminRouter.new
ReaderRouter.new
APIRouter.new
OPDSRouter.new
{% for path in %w(/api/* /uploads/* /img/*) %}
options {{path}} do |env|