diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-04 02:14:32 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-08-04 02:14:32 +0200 |
commit | b8fefae9fcb2be94b50e7fcad048e143acee66ed (patch) | |
tree | 1a41aadfcc9a70264184268bcd1671572aab928f /module | |
parent | Merge pull request #1689 from TodsDeath/patch-2 (diff) | |
parent | Update XFileSharingPro.py (diff) | |
download | pyload-b8fefae9fcb2be94b50e7fcad048e143acee66ed.tar.xz |
Merge pull request #1690 from GammaC0de/patch-2
fix XFileSharingPro.py cannot be updated
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""" |