[vlc-commits] VLSub: Bump version
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Wed Apr  8 12:20:32 CEST 2020
    
    
  
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Apr  8 12:10:34 2020 +0200| [5703c3c309714b3e398b686b286d3dd984215fa3] | committer: Hugo Beauzée-Luyssen
VLSub: Bump version
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5703c3c309714b3e398b686b286d3dd984215fa3
---
 share/lua/extensions/VLSub.lua | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/lua/extensions/VLSub.lua b/share/lua/extensions/VLSub.lua
index d044192c7f..2edc73ecdc 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -329,8 +329,8 @@ local select_conf = {} -- Drop down widget / option table association
 
 function descriptor()
   return {
-    title = "VLsub 0.11.0",
-    version = "0.11.0",
+    title = "VLsub 0.11.1",
+    version = "0.11.1",
     author = "exebetche",
     url = 'http://www.opensubtitles.org/',
     shortdesc = "VLsub";
@@ -1010,7 +1010,7 @@ openSub = {
     url = "http://api.opensubtitles.org/xml-rpc",
     path = nil,
     userAgentHTTP = "VLSub",
-    useragent = "VLSub 0.11.0",
+    useragent = "VLSub 0.11.1",
     translations_avail = {},
     downloadBehaviours = nil,
     languages = languages
    
    
More information about the vlc-commits
mailing list