version 2.1.1

This commit is contained in:
Jason Lee 2017-03-09 10:18:53 +08:00
parent 47c5edf254
commit 7ca745df7b
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2.1.1
-----
- Mount engine use `prepend` method to get high priority in config/routes.rb.
2.1.0 2.1.0
----- -----

View File

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

View File

@ -1,3 +1,3 @@
module RuCaptcha module RuCaptcha
VERSION = '2.1.0' VERSION = '2.1.1'
end end