diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:45:20 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:45:20 +0100 |
commit | b0cb6919e6975dddd0eab5a86f46a98893484bd9 (patch) | |
tree | 5f92746893190ddc918087ef3f73a9a1451b5bd7 | |
parent | [FileserveCom] Version up (diff) | |
download | pyload-b0cb6919e6975dddd0eab5a86f46a98893484bd9.tar.xz |
[ExtractArchive] Version up
-rw-r--r-- | module/plugins/hooks/ExtractArchive.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py index 5dc960ec8..b72eb4c22 100644 --- a/module/plugins/hooks/ExtractArchive.py +++ b/module/plugins/hooks/ExtractArchive.py @@ -98,7 +98,7 @@ class ArchiveQueue(object): class ExtractArchive(Addon): __name__ = "ExtractArchive" __type__ = "hook" - __version__ = "1.54" + __version__ = "1.55" __status__ = "broken" __config__ = [("activated" , "bool" , "Activated" , True ), |