Skip to content

Commit

Permalink
Bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalexling committed Jun 20, 2020
1 parent b83313b commit a317086
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 @@ -48,7 +48,7 @@ The official docker images are available on [Dockerhub](https://hub.docker.com/r
### CLI

```
Mango - Manga Server and Web Reader. Version 0.6.1
Mango - Manga Server and Web Reader. Version 0.7.0
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.6.1
version: 0.7.0

authors:
- Alex Ling <[email protected]>
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.6.1"
MANGO_VERSION = "0.7.0"

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

0 comments on commit a317086

Please sign in to comment.