Compare commits

...

1 Commits

Author SHA1 Message Date
José Valim
ede06b083f Release v1.4.5 2011-09-08 23:54:01 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
== 1.4.5.dev
== 1.4.5
* bug fix
* Failure app tries the root path if a session one does not exist

View File

@@ -1,3 +1,3 @@
module Devise
VERSION = "1.4.4".freeze
VERSION = "1.4.5".freeze
end