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

Commit 4645582

Browse files
committed
Bump version to v0.18.1
1 parent ac9c51d commit 4645582

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

5454
```
55-
Mango - Manga Server and Web Reader. Version 0.18.0
55+
Mango - Manga Server and Web Reader. Version 0.18.1
5656
5757
Usage:
5858

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.18.0
2+
version: 0.18.1
33

44
authors:
55
- Alex Ling <hkalexling@gmail.com>

src/mango.cr

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

11-
MANGO_VERSION = "0.18.0"
11+
MANGO_VERSION = "0.18.1"
1212

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

0 commit comments

Comments
 (0)