Release 1.4.2

This commit is contained in:
José Valim 2011-06-27 13:17:15 -03:00
parent d529379c72
commit 6764313253
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
== 1.4.2
* enhancements
* Rails 3.1 support
== 1.4.1
* enhancements

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "1.4.1".freeze
VERSION = "1.4.2".freeze
end