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

Commit 3ca6d3d

Browse files
committed
Bump version (0.2.0 -> 0.2.1)
1 parent 750a28e commit 3ca6d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.0
2+
version: 0.2.1
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 "./context"
33
require "./mangadex/*"
44
require "option_parser"
55

6-
VERSION = "0.2.0"
6+
VERSION = "0.2.1"
77

88
config_path = nil
99

0 commit comments

Comments
 (0)