summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2012-04-23 15:35:55 +0200
committerGravatar Jeix <devnull@localhost> 2012-04-23 15:35:55 +0200
commit9d62a18a9c665680e88b6dc7c7a0f16a58f550d8 (patch)
tree320bbf935d16fbeddad76dd566b4414a35e34779 /module
parentclosed #584 (diff)
downloadpyload-9d62a18a9c665680e88b6dc7c7a0f16a58f550d8.tar.xz
closed #561 this should do it. CryNickSystems fixed it before, but no version increment
Diffstat (limited to 'module')
-rwxr-xr-xmodule/plugins/accounts/NetloadIn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/accounts/NetloadIn.py b/module/plugins/accounts/NetloadIn.py
index 4d05732ce..cef3e298b 100755
--- a/module/plugins/accounts/NetloadIn.py
+++ b/module/plugins/accounts/NetloadIn.py
@@ -23,7 +23,7 @@ from time import time
class NetloadIn(Account):
__name__ = "NetloadIn"
- __version__ = "0.21"
+ __version__ = "0.22"
__type__ = "account"
__description__ = """netload.in account plugin"""
__author_name__ = ("RaNaN", "CryNickSystems")