diff --git a/README.md b/README.md index eed48a1..b17dd84 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lyrics/__init__.py b/lyrics/__init__.py index ec87427..a7cf417 100644 --- a/lyrics/__init__.py +++ b/lyrics/__init__.py @@ -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