Skip to content

Commit

Permalink
Bumped version to 4.6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Apr 12, 2016
1 parent 4d4837c commit cf18e00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ See [GitHub Releases](https://github.com/bokmann/font-awesome-rails/releases)
| 4.5.0.0 | dbc8d1b | 4.5.0 release (new icons) |
| 4.5.0.1 | dbc8d1b | added official Rails 5 support |
| 4.6.0.0 | 5697be9 | 4.6.0 release (new icons) |
| 4.6.1.0 | 6535013 | 4.6.1 release (minor stylesheet fixes) |

**note on version 0.2.0**: FontAwesome now includes scss and sass files, but
when I used them instead of the plain ol css file included in the project, it
Expand Down
4 changes: 2 additions & 2 deletions lib/font-awesome-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module FontAwesome
module Rails
FA_VERSION = "4.6.0"
VERSION = "4.6.0.0"
FA_VERSION = "4.6.1"
VERSION = "4.6.1.0"
end
end

0 comments on commit cf18e00

Please sign in to comment.