Release 1.0.0

This commit is contained in:
Nemo 2020-04-01 01:37:47 +05:30
parent f3c757984a
commit f4cf8ce97c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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