Skip to content

Commit

Permalink
Merge pull request #294 from hkalexling/rc/0.26.2
Browse files Browse the repository at this point in the history
v0.26.2
  • Loading branch information
hkalexling committed Apr 18, 2022
2 parents c831879 + ce1dcff commit 61dc928
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mango
version: 0.26.1
version: 0.26.2

authors:
- Alex Ling <hkalexling@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/mango.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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 = %{
Expand Down
1 change: 1 addition & 0 deletions src/server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand Down

0 comments on commit 61dc928

Please sign in to comment.