Version bump

This commit is contained in:
Nemo 2020-04-05 02:55:35 +05:30
parent c08b8b7284
commit 449be5e554
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: muse-dl
version: 1.1.0
version: 1.1.1
authors:
- Nemo <muse.dl@captnemo.in>

View File

@ -6,7 +6,7 @@ require "./journal.cr"
require "./util.cr"
module Muse::Dl
VERSION = "1.1.0"
VERSION = "1.1.1"
class Main
def self.dl(parser : Parser)