diff options
Diffstat (limited to 'module/plugins/accounts/OpenloadCo.py')
-rw-r--r-- | module/plugins/accounts/OpenloadCo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/OpenloadCo.py b/module/plugins/accounts/OpenloadCo.py index 0eb1cd050..ab33fa128 100644 --- a/module/plugins/accounts/OpenloadCo.py +++ b/module/plugins/accounts/OpenloadCo.py @@ -6,7 +6,7 @@ from module.plugins.internal.XFSAccount import XFSAccount class OpenloadCo(XFSAccount): __name__ = "OpenloadCo" __type__ = "account" - __version__ = "0.01" + __version__ = "0.02" __status__ = "testing" __description__ = """Openload.co account plugin""" |