mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
preparations for 1.1.1
This commit is contained in:
parent
a352cef341
commit
7969ec54ff
@ -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)$"
|
||||
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
</ul>
|
||||
</description>
|
||||
<releases>
|
||||
<release version="1.1.0" date="2021-02-13"/>
|
||||
<release version="1.1.1" date="2021-02-14"/>
|
||||
</releases>
|
||||
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
||||
<screenshots>
|
||||
|
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ import DistUtilsExtra.auto
|
||||
|
||||
DistUtilsExtra.auto.setup(
|
||||
name='mpdevil',
|
||||
version='1.1.0', # sync with bin/mpdevil
|
||||
version='1.1.1', # sync with bin/mpdevil
|
||||
author="Martin Wagner",
|
||||
author_email="martin.wagner.dev@gmail.com",
|
||||
description=('A simple music browser for MPD'),
|
||||
|
Loading…
Reference in New Issue
Block a user