diff --git a/shard.yml b/shard.yml index 79952de..be95d07 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: mango -version: 0.2.1 +version: 0.2.3 authors: - Alex Ling diff --git a/src/mango.cr b/src/mango.cr index c06b0ec..10303ca 100644 --- a/src/mango.cr +++ b/src/mango.cr @@ -3,7 +3,7 @@ require "./context" require "./mangadex/*" require "option_parser" -VERSION = "0.2.1" +VERSION = "0.2.3" config_path = nil