Skip to content

Commit

Permalink
Bump version to v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Jul 1, 2020
1 parent eab0800 commit 466aee6
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.1
Mango - Manga Server and Web Reader. Version 0.7.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.7.1
version: 0.7.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 @@ -4,7 +4,7 @@ require "./mangadex/*"
require "option_parser"
require "clim"

MANGO_VERSION = "0.7.1"
MANGO_VERSION = "0.7.2"

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

0 comments on commit 466aee6

Please sign in to comment.