housekeeping
This commit is contained in:
parent
c4dc890970
commit
e0994142c2
2
dub.json
2
dub.json
|
@ -8,5 +8,5 @@
|
|||
],
|
||||
"description": "Tool to download albums from Qobuz.",
|
||||
"copyright": "Copyright (C) 2017, Al Beano",
|
||||
"license": "GPLv2"
|
||||
"license": "GPLv2 or later"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ import qobuz.api;
|
|||
|
||||
int main(string[] args)
|
||||
{
|
||||
string VERSION = "1.0";
|
||||
string VERSION = "1.1";
|
||||
|
||||
if (args.length != 2) {
|
||||
writefln("Usage: %s <album id or url>", args[0]);
|
||||
|
|
Loading…
Reference in New Issue