diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-20 14:22:44 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-20 14:22:44 +0100 |
commit | fec05c23f03cc4b633c53cc1f2feeb9056679973 (patch) | |
tree | da7780f30b595cd9cbb407556a8e3ed4ffcebd8b /module/plugins/hooks/XFileSharing.py | |
parent | Merge pull request #2203 from rlindner81/FixForNitroflare (diff) | |
download | pyload-fec05c23f03cc4b633c53cc1f2feeb9056679973.tar.xz |
[XFileSharing] version up
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 ), |