Skip to content

Commit

Permalink
Version and date bump
Browse files Browse the repository at this point in the history
kaimi- committed Feb 15, 2022
1 parent e975595 commit eb43d63
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -158,7 +158,7 @@ ya.pl [-adhklpstu] [long options...]
ya.pl -u https://music.yandex.ru/album/215688/track/1710808 --auth ...
ya.pl -u https://music.yandex.ru/users/ya.playlist/playlists/1257 --cookie ...
© 2013-2021 by Kaimi (https://kaimi.io)
© 2013-2022 by Kaimi (https://kaimi.io)
```

## FAQ
@@ -169,7 +169,7 @@ Currently Yandex Music is available only for Russia and CIS countries. For other
If you want to help make Yandex Music Downloader better the easiest thing you can do is to report issues and feature requests. Or you can help in development.

## License
Yandex Music Downloader Copyright © 2013-2021 by Kaimi (Sergey Belov) - https://kaimi.io.
Yandex Music Downloader Copyright © 2013-2022 by Kaimi (Sergey Belov) - https://kaimi.io.

Yandex Music Downloader is free software: you can redistribute it and/or modify it under the terms of the Massachusetts Institute of Technology (MIT) License.

4 changes: 2 additions & 2 deletions src/ya.pl
Original file line number Diff line number Diff line change
@@ -53,8 +53,8 @@
HQ_BITRATE => '320',
DEFAULT_CODEC => 'mp3',
PODCAST_TYPE => 'podcast',
VERSION => '1.2',
COPYRIGHT => '© 2013-2021 by Kaimi (https://kaimi.io)',
VERSION => '1.3',
COPYRIGHT => '© 2013-2022 by Kaimi (https://kaimi.io)',
};
use constant
{

0 comments on commit eb43d63

Please sign in to comment.