Bump version to 0.3.0

This commit is contained in:
Alex Ling 2020-04-19 16:23:00 +00:00
parent 20d71bfa81
commit 490888ad71
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: mango name: mango
version: 0.2.5 version: 0.3.0
authors: authors:
- Alex Ling <hkalexling@gmail.com> - Alex Ling <hkalexling@gmail.com>

View File

@ -3,7 +3,7 @@ require "./context"
require "./mangadex/*" require "./mangadex/*"
require "option_parser" require "option_parser"
VERSION = "0.2.5" VERSION = "0.3.0"
config_path = nil config_path = nil