Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 61dc928

Browse files
authored
Merge pull request #294 from hkalexling/rc/0.26.2
v0.26.2
2 parents c831879 + ce1dcff commit 61dc928

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The official docker images are available on [Dockerhub](https://hub.docker.com/r
5151
### CLI
5252

5353
```
54-
Mango - Manga Server and Web Reader. Version 0.26.1
54+
Mango - Manga Server and Web Reader. Version 0.26.2
5555
5656
Usage:
5757

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: mango
2-
version: 0.26.1
2+
version: 0.26.2
33

44
authors:
55
- Alex Ling <[email protected]>

src/mango.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require "option_parser"
77
require "clim"
88
require "tallboy"
99

10-
MANGO_VERSION = "0.26.1"
10+
MANGO_VERSION = "0.26.2"
1111

1212
# From http://www.network-science.de/ascii/
1313
BANNER = %{

src/server.cr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Server
2323
AdminRouter.new
2424
ReaderRouter.new
2525
APIRouter.new
26+
OPDSRouter.new
2627

2728
{% for path in %w(/api/* /uploads/* /img/*) %}
2829
options {{path}} do |env|

0 commit comments

Comments
 (0)