mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Bumping to 2.1.0
This commit is contained in:
parent
30ca072f50
commit
f1db0809b1
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
devise (2.1.0.rc)
|
||||
devise (2.1.0)
|
||||
bcrypt-ruby (~> 3.0)
|
||||
orm_adapter (~> 0.0.7)
|
||||
railties (~> 3.1)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "2.1.0.rc2".freeze
|
||||
VERSION = "2.1.0".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue