Skip to content

Commit

Permalink
version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jugran committed Apr 23, 2022
1 parent affd737 commit 354cde2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Almost all of the mpris specification compliant media players are supported, inc
* VLC Media player
* Rhythmbox
* Audacious
* Music Player Daemon (MPD)

> With version 1.4.1 and above, browser media detection is also possible.
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.2'
__version__ = '1.4.3'

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

0 comments on commit 354cde2

Please sign in to comment.