Release Devise 0.4.0. ATTENTION: this release contains some backwards incompatible changes: 1) Notifier was renamed to DeviseMailer, so you need to rename your app/views/notifier to app/views/devise_mailer as well; 2) :authenticable calls were deprecated, use :authenticatable instead.

This commit is contained in:
José Valim
2009-11-03 10:20:22 -02:00
parent 888272769b
commit c1d2796071
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
module Devise
VERSION = "0.3.0".freeze
VERSION = "0.4.0".freeze
end