preparations for 1.1.1

This commit is contained in:
Martin Wagner
2021-02-14 17:10:51 +01:00
parent a352cef341
commit 7969ec54ff
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ textdomain("mpdevil")
if os.path.isfile("/.flatpak-info"): # test for flatpak environment
bindtextdomain("mpdevil", "/app/share/locale")
VERSION="1.1.0" # sync with setup.py
VERSION="1.1.1" # sync with setup.py
COVER_REGEX=r"^\.?(album|cover|folder|front).*\.(gif|jpeg|jpg|png)$"