diff options
author | stickell <l.stickell@yahoo.it> | 2014-06-26 21:39:23 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-06-26 21:39:23 +0200 |
commit | d80acfcf88491b758019c8c6881e43089bf17e46 (patch) | |
tree | 3c7fdff69bd9b55034bcdc48aaed9786edecb8ae /module/plugins/hooks | |
parent | [UpdateManager] rewritten (diff) | |
download | pyload-d80acfcf88491b758019c8c6881e43089bf17e46.tar.xz |
[UpdateManager] bump
Fix commit hash on the update manager server
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r-- | module/plugins/hooks/UpdateManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/UpdateManager.py b/module/plugins/hooks/UpdateManager.py index 7ed4dc19f..a824ee902 100644 --- a/module/plugins/hooks/UpdateManager.py +++ b/module/plugins/hooks/UpdateManager.py @@ -14,7 +14,7 @@ from module.plugins.Hook import threaded, Expose, Hook class UpdateManager(Hook): __name__ = "UpdateManager" - __version__ = "0.22" + __version__ = "0.23" __description__ = """Check for updates""" __config__ = [("activated", "bool", "Activated", True), ("mode", "pyLoad + plugins;plugins only", "Check updates for", "pyLoad + plugins"), |