diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-08-04 00:51:10 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-08-04 00:51:10 +0200 |
commit | 70293152cc01b14f65481778cbe03e0281301774 (patch) | |
tree | a708774fb31f56ccda93960494fab1158054c49d /module | |
parent | Merge pull request #1685 from GammaC0de/patch-2 (diff) | |
download | pyload-70293152cc01b14f65481778cbe03e0281301774.tar.xz |
Update XFileSharingPro.py
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/accounts/XFileSharingPro.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/XFileSharingPro.py b/module/plugins/accounts/XFileSharingPro.py index 7066445b2..f21247cf4 100644 --- a/module/plugins/accounts/XFileSharingPro.py +++ b/module/plugins/accounts/XFileSharingPro.py @@ -6,7 +6,7 @@ from module.plugins.internal.XFSAccount import XFSAccount class XFileSharingPro(XFSAccount): __name__ = "XFileSharingPro" __type__ = "account" - __version__ = "0.08" + __version__ = "0.09" __status__ = "testing" __description__ = """XFileSharingPro multi-purpose account plugin""" |