diff --git a/resources/lua/intf/syncplay.lua b/resources/lua/intf/syncplay.lua index b6dabc7..4f3d07d 100644 --- a/resources/lua/intf/syncplay.lua +++ b/resources/lua/intf/syncplay.lua @@ -84,7 +84,7 @@ You may also need to re-copy the syncplay.lua file when you update VLC. --]==========================================================================] -local connectorversion = "0.3.3" +local connectorversion = "0.3.4" local vlcversion = vlc.misc.version() local vlcmajorversion = tonumber(vlcversion:sub(1,1)) -- get the major version of VLC local durationdelay = 500000 -- Pause for get_duration command etc for increased reliability (uses microseconds) diff --git a/syncplay/__init__.py b/syncplay/__init__.py index 55e5028..f3e9aa8 100644 --- a/syncplay/__init__.py +++ b/syncplay/__init__.py @@ -1,4 +1,4 @@ version = '1.5.0' milestone = 'Yoitsu' -release_number = '48' +release_number = '49' projectURL = 'http://syncplay.pl/'