diff options
author | Jeix <devnull@localhost> | 2012-04-23 15:35:55 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2012-04-23 15:35:55 +0200 |
commit | 9d62a18a9c665680e88b6dc7c7a0f16a58f550d8 (patch) | |
tree | 320bbf935d16fbeddad76dd566b4414a35e34779 | |
parent | closed #584 (diff) | |
download | pyload-9d62a18a9c665680e88b6dc7c7a0f16a58f550d8.tar.xz |
closed #561 this should do it. CryNickSystems fixed it before, but no version increment
-rwxr-xr-x | module/plugins/accounts/NetloadIn.py | 2 |
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") |