diff --git a/README.md b/README.md index 0e3273b..4eca053 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # free-bandcamp-downloader Download free and $0 minimum name-your-price albums and tracks from Bandcamp (including ones that are sent to email), -and tags them with data from the Bandcamp page. Also able to download items in your collection, if login cookies are +and tag them with data from the Bandcamp page. Also able to download items in your collection, if login cookies are supplied using the `--cookies` argument. ## Installation diff --git a/pyproject.toml b/pyproject.toml index fdf1d0f..9eb15d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "free-bandcamp-downloader" -version = "0.3.1" -description = "Download free and name-your-price albums from Bandcamp" +version = "0.3.2" +description = "Download free and name-your-price albums from Bandcamp in lossless quality" authors = ["7x11x13 "] license = "MIT" readme = "README.md"