Skip to content

Commit

Permalink
version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugran committed Apr 30, 2021
1 parent b25dc25 commit 68cc0b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Almost all of the mpris specification compliant media players are supported, inc
* Rhythmbox
* Audacious

> With version 1.4.1 and above, browser media detection is possible too.
## Wiki

#### [Installation](https://github.com/Jugran/lyrics-in-terminal/wiki/Installation)
Expand Down
2 changes: 1 addition & 1 deletion lyrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

CONFIG_PATH = Path.home().joinpath('.config', 'lyrics-in-terminal','lyrics.cfg')

__version__ = '1.4.1-dev'
__version__ = '1.4.1'

if not CONFIG_PATH.exists():
from shutil import copy
Expand Down

0 comments on commit 68cc0b9

Please sign in to comment.