summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/XFSAccount.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-28 00:29:19 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-28 00:29:19 +0200
commit6f387ff66b93e24cc52db7a5ea277265d35f051d (patch)
tree133a17fa13b6c313bada51acb2fb635d42ccef8e /module/plugins/internal/XFSAccount.py
parentFix https://github.com/pyload/pyload/issues/1545 (diff)
downloadpyload-6f387ff66b93e24cc52db7a5ea277265d35f051d.tar.xz
Missed to bump up some plugin __version__
Diffstat (limited to 'module/plugins/internal/XFSAccount.py')
-rw-r--r--module/plugins/internal/XFSAccount.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSAccount.py b/module/plugins/internal/XFSAccount.py
index 93a04dc86..5bf959400 100644
--- a/module/plugins/internal/XFSAccount.py
+++ b/module/plugins/internal/XFSAccount.py
@@ -11,7 +11,7 @@ from module.plugins.internal.Plugin import parse_html_form, set_cookies
class XFSAccount(Account):
__name__ = "XFSAccount"
__type__ = "account"
- __version__ = "0.39"
+ __version__ = "0.40"
__status__ = "testing"
__description__ = """XFileSharing account plugin"""