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

Commit 8665616

Browse files
committed
Bump version to v0.4.0
1 parent 4453b0e commit 8665616

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 e-manga server/reader. Version 0.3.0
53+
Mango e-manga server/reader. Version 0.4.0
5454
5555
-v, --version Show version
5656
-h, --help Show help

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.3.0
2+
version: 0.4.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
@@ -3,7 +3,7 @@ require "./server"
33
require "./mangadex/*"
44
require "option_parser"
55

6-
VERSION = "0.3.0"
6+
VERSION = "0.4.0"
77

88
config_path = nil
99

0 commit comments

Comments
 (0)