summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2016-01-08 13:29:51 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2016-01-08 13:29:51 +0100
commitf1d1d4a0e12ea15d04e88a95815941f1496a446f (patch)
tree808e6f2f5854e0a4b3919e757f38348b6480f01d
parent[ExternalScripts] fix #2264 (diff)
parentBump version of CaptchaService.py (diff)
downloadpyload-f1d1d4a0e12ea15d04e88a95815941f1496a446f.tar.xz
Merge pull request #2271 from Nippey/patch-1
Bump version of CaptchaService.py
-rw-r--r--module/plugins/internal/CaptchaService.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/CaptchaService.py b/module/plugins/internal/CaptchaService.py
index 6f08d4498..0201362fc 100644
--- a/module/plugins/internal/CaptchaService.py
+++ b/module/plugins/internal/CaptchaService.py
@@ -6,7 +6,7 @@ from module.plugins.internal.Captcha import Captcha
class CaptchaService(Captcha):
__name__ = "CaptchaService"
__type__ = "captcha"
- __version__ = "0.34"
+ __version__ = "0.35"
__status__ = "stable"
__description__ = """Base anti-captcha service plugin"""