Bump version.

This commit is contained in:
José Valim
2011-04-29 14:13:35 +02:00
parent c62915e2bd
commit 9f763d082a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
== 1.3.4
* bug fix
* Do not add formats if html or "*/*"
== 1.3.3
* bug fix

View File

@@ -1,3 +1,3 @@
module Devise
VERSION = "1.3.3".freeze
VERSION = "1.3.4".freeze
end