From d80acfcf88491b758019c8c6881e43089bf17e46 Mon Sep 17 00:00:00 2001 From: stickell Date: Thu, 26 Jun 2014 21:39:23 +0200 Subject: [UpdateManager] bump Fix commit hash on the update manager server --- module/plugins/hooks/UpdateManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- cgit v1.2.3