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

Commit a317086

Browse files
committed
Bump version to v0.7.0
1 parent b83313b commit a317086

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

5050
```
51-
Mango - Manga Server and Web Reader. Version 0.6.1
51+
Mango - Manga Server and Web Reader. Version 0.7.0
5252
5353
Usage:
5454

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.6.1
2+
version: 0.7.0
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.6.1"
7+
MANGO_VERSION = "0.7.0"
88

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

0 commit comments

Comments
 (0)