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

Commit 0710012

Browse files
committed
Bump version to v0.7.3
1 parent a0e5505 commit 0710012

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
@@ -50,7 +50,7 @@ The official docker images are available on [Dockerhub](https://hub.docker.com/r
5050
### CLI
5151

5252
```
53-
Mango - Manga Server and Web Reader. Version 0.7.2
53+
Mango - Manga Server and Web Reader. Version 0.7.3
5454
5555
Usage:
5656

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.7.2
2+
version: 0.7.3
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
@@ -4,7 +4,7 @@ require "./mangadex/*"
44
require "option_parser"
55
require "clim"
66

7-
MANGO_VERSION = "0.7.2"
7+
MANGO_VERSION = "0.7.3"
88

99
macro common_option
1010
option "-c PATH", "--config=PATH", type: String,

0 commit comments

Comments
 (0)