diff --git a/CONTROL/control b/CONTROL/control index 896588c..7586573 100644 --- a/CONTROL/control +++ b/CONTROL/control @@ -1,6 +1,6 @@ Description: MediaCockpit Maintainer: dream-alpha Package: enigma2-plugin-extensions-mediacockpit -Version: 17.3.0 +Version: 17.3.1 Architecture: all Depends: python-imaging, python-twisted, python-mutagen, ffmpeg, python-merlinpictureviewer, python-merlinmusicplayer, enigma2-plugin-systemplugins-mountcockpit, enigma2-plugin-systemplugins-componentscockpit diff --git a/src/Version.py b/src/Version.py index 3e19b59..f5e9b07 100644 --- a/src/Version.py +++ b/src/Version.py @@ -21,6 +21,6 @@ PLUGIN = "MediaCockpit" ID = "MDC" -VERSION = "17.3.0" +VERSION = "17.3.1" COPYRIGHT = "2018-2024 by dream-alpha" LICENSE = "This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version."