diff options
author | 2015-12-22 02:10:05 +0100 | |
---|---|---|
committer | 2015-12-22 02:10:05 +0100 | |
commit | 988d734890dda4171f1aabe258cfec45062c824f (patch) | |
tree | 6157337f13a89aac066073ade90867aaa279c057 /module/plugins/hooks/XFileSharing.py | |
parent | Initial release of WarezWorld hook (diff) | |
parent | [UgouploadNet] update (diff) | |
download | pyload-988d734890dda4171f1aabe258cfec45062c824f.tar.xz |
Merge remote-tracking branch 'pyload/stable' into stable
Diffstat (limited to 'module/plugins/hooks/XFileSharing.py')
-rw-r--r-- | module/plugins/hooks/XFileSharing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/XFileSharing.py b/module/plugins/hooks/XFileSharing.py index 3c09fff4e..26dea3ec6 100644 --- a/module/plugins/hooks/XFileSharing.py +++ b/module/plugins/hooks/XFileSharing.py @@ -9,7 +9,7 @@ from module.plugins.internal.Addon import Addon class XFileSharing(Addon): __name__ = "XFileSharing" __type__ = "hook" - __version__ = "0.51" + __version__ = "0.52" __status__ = "testing" __config__ = [("activated" , "bool", "Activated" , True ), |