Skip to content

Commit

Permalink
Bump version to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Jul 5, 2020
1 parent a0e5505 commit 0710012
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The official docker images are available on [Dockerhub](https://hub.docker.com/r
### CLI

```
Mango - Manga Server and Web Reader. Version 0.7.2
Mango - Manga Server and Web Reader. Version 0.7.3
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.7.2
version: 0.7.3

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 @@ -4,7 +4,7 @@ require "./mangadex/*"
require "option_parser"
require "clim"

MANGO_VERSION = "0.7.2"
MANGO_VERSION = "0.7.3"

macro common_option
option "-c PATH", "--config=PATH", type: String,
Expand Down

0 comments on commit 0710012

Please sign in to comment.