diff options
author | 2015-09-21 16:31:48 +0200 | |
---|---|---|
committer | 2015-09-21 16:31:48 +0200 | |
commit | fb45ec44220201268f99b747831df717fa7a83f8 (patch) | |
tree | f44992b7c3a803848da1c44e9ce7ba3117908e1c /module/plugins/internal/XFSAccount.py | |
parent | Spare code cosmetics (diff) | |
download | pyload-fb45ec44220201268f99b747831df717fa7a83f8.tar.xz |
[Account] Fix __version__
Diffstat (limited to 'module/plugins/internal/XFSAccount.py')
-rw-r--r-- | module/plugins/internal/XFSAccount.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSAccount.py b/module/plugins/internal/XFSAccount.py index bef8fc828..392d9503c 100644 --- a/module/plugins/internal/XFSAccount.py +++ b/module/plugins/internal/XFSAccount.py @@ -12,7 +12,7 @@ from module.plugins.internal.Plugin import parse_html_form, set_cookie class XFSAccount(Account): __name__ = "XFSAccount" __type__ = "account" - __version__ = "0.44" + __version__ = "0.45" __status__ = "testing" __description__ = """XFileSharing account plugin""" |