diff --git a/syncplay/__init__.py b/syncplay/__init__.py index ad1e46d4e..3780b08d1 100644 --- a/syncplay/__init__.py +++ b/syncplay/__init__.py @@ -1,4 +1,4 @@ version = '1.4.0' milestone = 'Yoitsu' -release_number = '38' +release_number = '40' projectURL = 'http://syncplay.pl/' diff --git a/syncplay/constants.py b/syncplay/constants.py index 4ce6d10ea..e98bd6cdf 100644 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -79,7 +79,7 @@ VLC_LATENCY_ERROR_THRESHOLD = 2.0 MPV_UNRESPONSIVE_THRESHOLD = 60.0 CONTROLLED_ROOMS_MIN_VERSION = "1.3.0" -USER_READY_MIN_VERSION = "1.3.0" +USER_READY_MIN_VERSION = "1.4.0" SHARED_PLAYLIST_MIN_VERSION = "1.4.0" MPC_PATHS = [ r"c:\program files (x86)\mpc-hc\mpc-hc.exe",