diff --git a/syncplay/__init__.py b/syncplay/__init__.py index ff59e5a..e40e81d 100644 --- a/syncplay/__init__.py +++ b/syncplay/__init__.py @@ -1,3 +1,3 @@ -version = '1.3.1' +version = '1.3.0' milestone = 'Chami' projectURL = 'http://syncplay.pl/' diff --git a/syncplay/constants.py b/syncplay/constants.py index 191116b..1d2475f 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -65,7 +65,7 @@ MPC_MIN_VER = "1.6.4" VLC_MIN_VERSION = "2.0.0" VLC_INTERFACE_MIN_VERSION = "0.2.4" CONTROLLED_ROOMS_MIN_VERSION = "1.3.0" -USER_READY_MIN_VERSION = "1.3.1" +USER_READY_MIN_VERSION = "1.3.0" MPC_PATHS = [ r"c:\program files (x86)\mpc-hc\mpc-hc.exe", r"c:\program files\mpc-hc\mpc-hc.exe",