From e0cccace80a2f7c8221ee7503967cb46ded3886a Mon Sep 17 00:00:00 2001 From: Nitzo Date: Sat, 27 Feb 2016 05:00:57 +0200 Subject: [ReCaptcha] minor cosmetic change --- module/plugins/captcha/ReCaptcha.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module') 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' -- cgit v1.2.3