version 2.5.0

This commit is contained in:
Jason Lee 2019-03-07 10:30:51 +08:00
parent 63b40be6f2
commit bf517202c0
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2.5.0
-------
- Support click captcha image to refresh new one by default.
- Use simple tag helper generate captcha img html, for avoid asset_host (#73).
2.4.0
-------

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
rucaptcha (2.4.0)
rucaptcha (2.5.0)
railties (>= 3.2)
GEM

View File

@ -1,3 +1,3 @@
module RuCaptcha
VERSION = '2.4.0'
VERSION = '2.5.0'
end