Release v3.0.4

This commit is contained in:
Carlos Antonio da Silva 2015-07-30 08:08:11 -03:00
parent eaccf516cd
commit 26edeca5fa
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
## next release
## 3.0.4
### bug fix
* Fix method reflection for Ruby 2.1+. [@badosu](https://github.com/badosu)
* Do not remove HTML attributes if components are not present.
## 3.0.3

View File

@ -29,7 +29,7 @@ GIT
PATH
remote: .
specs:
simple_form (3.0.3)
simple_form (3.0.4)
actionpack (~> 4.0)
activemodel (~> 4.0)

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "3.0.3".freeze
VERSION = "3.0.4".freeze
end