summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2016-01-30 03:13:04 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2016-01-30 03:13:04 +0100
commitd0430cf2e30c4fef389126629250aa4f479caf18 (patch)
tree023d6bba3c93110f2fc0767d07c0bbd3278ae374 /module
parent[misc] Move `threaded`, `Expose` form Addon to misc (diff)
downloadpyload-d0430cf2e30c4fef389126629250aa4f479caf18.tar.xz
[ExternalScripts] Version up
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hooks/ExternalScripts.py2
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 ),