summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Nitzo <nitzo2001@yahoo.com> 2016-02-27 04:00:57 +0100
committerGravatar Nitzo <nitzo2001@yahoo.com> 2016-02-27 04:00:57 +0100
commite0cccace80a2f7c8221ee7503967cb46ded3886a (patch)
treeb2144c5c04f1895c3e271ef442dba08fcdbc7a7b /module
parent[ReCaptcha] First support for NoCaptcha ReCaptcha (Thanks @Arno-Nymous) (diff)
downloadpyload-e0cccace80a2f7c8221ee7503967cb46ded3886a.tar.xz
[ReCaptcha] minor cosmetic change
Diffstat (limited to 'module')
-rw-r--r--module/plugins/captcha/ReCaptcha.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/captcha/ReCaptcha.py b/module/plugins/captcha/ReCaptcha.py
index 4b5793b95..18a0aa4c5 100644
--- a/module/plugins/captcha/ReCaptcha.py
+++ b/module/plugins/captcha/ReCaptcha.py
@@ -21,10 +21,10 @@ except ImportError:
class ReCaptcha(CaptchaService):
- __name__ = 'ReCaptcha'
- __type__ = 'captcha'
- __version__ = '0.22'
- __status__ = 'testing'
+ __name__ = 'ReCaptcha'
+ __type__ = 'captcha'
+ __version__ = '0.23'
+ __status__ = 'testing'
__description__ = 'ReCaptcha captcha service plugin'
__license__ = 'GPLv3'