diff options
author | mkaay <mkaay@mkaay.de> | 2011-02-07 20:51:43 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-02-07 20:51:43 +0100 |
commit | 84509f2c099d156aca530b311b1edb34c7f7fe69 (patch) | |
tree | 42b98de24f1511f5aab988347973dd11ecb4b3d2 | |
parent | Ev0InFetcher update (thanks to KurrKurr) (diff) | |
download | pyload-84509f2c099d156aca530b311b1edb34c7f7fe69.tar.xz |
version increment
-rw-r--r-- | module/plugins/hooks/Ev0InFetcher.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/Ev0InFetcher.py b/module/plugins/hooks/Ev0InFetcher.py index 9b9b11337..f20031e40 100644 --- a/module/plugins/hooks/Ev0InFetcher.py +++ b/module/plugins/hooks/Ev0InFetcher.py @@ -23,7 +23,7 @@ from module.plugins.PluginStorage import PluginStorage class Ev0InFetcher(Hook, PluginStorage): __name__ = "Ev0InFetcher" - __version__ = "0.1" + __version__ = "0.2" __description__ = """checks rss feeds for ev0.in""" __config__ = [("activated", "bool", "Activated", "False"), ("interval", "int", "Check interval in minutes", "10"), |