housekeeping

This commit is contained in:
Anonymous 2017-05-16 21:10:25 +01:00
parent c4dc890970
commit e0994142c2
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@
],
"description": "Tool to download albums from Qobuz.",
"copyright": "Copyright (C) 2017, Al Beano",
"license": "GPLv2"
"license": "GPLv2 or later"
}

View File

@ -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]);