diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2016-01-30 03:13:04 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2016-01-30 03:13:04 +0100 |
commit | d0430cf2e30c4fef389126629250aa4f479caf18 (patch) | |
tree | 023d6bba3c93110f2fc0767d07c0bbd3278ae374 /module | |
parent | [misc] Move `threaded`, `Expose` form Addon to misc (diff) | |
download | pyload-d0430cf2e30c4fef389126629250aa4f479caf18.tar.xz |
[ExternalScripts] Version up
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hooks/ExternalScripts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py index 0185b0989..00497d1ad 100644 --- a/module/plugins/hooks/ExternalScripts.py +++ b/module/plugins/hooks/ExternalScripts.py @@ -10,7 +10,7 @@ from module.plugins.internal.misc import encode, Expose class ExternalScripts(Addon): __name__ = "ExternalScripts" __type__ = "hook" - __version__ = "0.69" + __version__ = "0.70" __status__ = "testing" __config__ = [("activated", "bool", "Activated" , True ), |