Skip to content

Commit

Permalink
Release v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Jul 30, 2015
1 parent eaccf51 commit 26edeca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -29,7 +29,7 @@ GIT
PATH
remote: .
specs:
simple_form (3.0.3)
simple_form (3.0.4)
actionpack (~> 4.0)
activemodel (~> 4.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/simple_form/version.rb
@@ -1,3 +1,3 @@
module SimpleForm
VERSION = "3.0.3".freeze
VERSION = "3.0.4".freeze
end

0 comments on commit 26edeca

Please sign in to comment.