diff --git a/dub.json b/dub.json index a2f5aea..087aa6c 100644 --- a/dub.json +++ b/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" } diff --git a/source/app.d b/source/app.d index a7da434..45b8b47 100644 --- a/source/app.d +++ b/source/app.d @@ -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 ", args[0]);